Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschoeppach committed Nov 21, 2024
1 parent 803483e commit a2adb4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_tandem_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@


def test_schema():
test_file = os.path.join(os.path.dirname(__file__), 'data', 'test_tandem_schema.archive.json')
test_file = os.path.join(
os.path.dirname(__file__), 'data', 'test_tandem_schema.archive.json'
)
entry_archive = parse(test_file)[0]
normalize_all(entry_archive)

Expand Down

0 comments on commit a2adb4e

Please sign in to comment.