Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz Núñez authored and Cruz Núñez committed Sep 18, 2024
1 parent 54c2dcd commit 79068ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_losca_Board_of_Supervisors.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def test_time_notes():
def test_id():
assert (
parsed_items[0]["id"]
== "losca_Board_of_Supervisors/202409170930/x/policy_presentations_and_public_hearing_meeting"
) # noqa
== "losca_Board_of_Supervisors/202409170930/x/policy_presentations_and_public_hearing_meeting" # noqa
)


def test_status():
Expand All @@ -96,7 +96,7 @@ def test_location():
def test_source():
assert (
parsed_items[0]["source"] == "https://bos.lacounty.gov/board-meeting-agendas/"
) # noqa
)


def test_links():
Expand Down

0 comments on commit 79068ac

Please sign in to comment.