Skip to content

Commit

Permalink
Formatting for linter (Removing E712 - comparison to True).
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Wallace committed Feb 6, 2025
1 parent ef1312e commit d4f73db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_valid_reverse_lookup():
]
net = loader.load_network_from_records(recs, use_reverse_lookup=True)

assert validator.valid_reverse_lookup(net) == True
assert validator.valid_reverse_lookup(net)


def test_recalculate_keys():
Expand Down

0 comments on commit d4f73db

Please sign in to comment.