Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
daka1510 committed Mar 30, 2022
1 parent afc9a88 commit 01dd49e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/test_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,7 @@ def test_enable_account_by_name_pref(self):
]
for extra in subtests:
with self.subTest(extra=extra):
with temporary_account_config_file(
name=name, verify=True, proxies={}
):
with temporary_account_config_file(name=name, verify=True, proxies={}):
service = FakeRuntimeService(name=name, **extra)
self.assertTrue(service._account)
self._verify_prefs(extra, service._account)
Expand Down

0 comments on commit 01dd49e

Please sign in to comment.