Update black to 23.1.0 (#87188)

This commit is contained in:
Franck Nijhof
2023-02-02 18:35:24 +01:00
committed by GitHub
parent f7666239ff
commit 5e81d28116
312 changed files with 299 additions and 475 deletions

View File

@@ -208,7 +208,6 @@ class FinTsClient:
holdings_accounts = []
for account in self.client.get_sepa_accounts():
if self.is_balance_account(account):
balance_accounts.append(account)