Skip to content

Commit

Permalink
fixed flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
msrezaie committed Dec 16, 2024
1 parent 4360388 commit 6ae5873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_atconj_County_Commission.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_start():


def test_end():
assert parsed_items[0]["end"] == None
assert parsed_items[0]["end"] is None


def test_time_notes():
Expand Down

0 comments on commit 6ae5873

Please sign in to comment.