Skip to content

Commit a4bd4b5

Browse files
committed
Apply black formatting
Made-with: Cursor
1 parent 9b6686b commit a4bd4b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_bank_statements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,5 +304,6 @@ def test_process_bank_statement_with_categories():
304304
assert d == MOCK
305305
assert responses.calls[0].request.body is not None
306306
import json
307+
307308
body = json.loads(responses.calls[0].request.body)
308309
assert body["categories"] == categories

0 commit comments

Comments
 (0)