Skip to content

Commit 430e381

Browse files
author
Tom Hendrikx
committed
Apply black formatting
1 parent 9e755e2 commit 430e381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mollie/api/resources/balances.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def get(self, resource_id: str, **params: Any) -> Balance:
4242

4343

4444
class BalanceReports(ResourceBase):
45-
4645
_balance: "Balance"
4746

4847
def __init__(self, client: "Client", balance: "Balance") -> None:

0 commit comments

Comments
 (0)