tests: Style cleanup.

This commit is contained in:
Brett Smith 2020-05-21 21:57:29 -04:00
parent b296fb0207
commit e3e782c028

View file

@ -111,7 +111,7 @@ def test_non_payment_accounts_skipped(hook, account, count):
assert not errors
testutil.check_post_meta(txn, None, meta)
def test_asset_credits_skipped(hook, ):
def test_asset_credits_skipped(hook):
txn = testutil.Transaction(postings=[
('Income:Donations', -25),
('Assets:Cash', 25),