Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz Núñez authored and Cruz Núñez committed Apr 4, 2024
1 parent 34962c3 commit d02010e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion city_scrapers/spiders/bisnd_bcpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _parse_links(self, response, links, item):
year = date.split()[-1]
minutes_href = (
response.xpath(
f'//a[contains(text(), "{year} Planning and Zoning Commission Minutes")]'
f'//a[contains(text(), "{year} Planning and Zoning Commission Minutes")]' # noqa
)
.css("::attr(href)")
.get()
Expand Down
4 changes: 2 additions & 2 deletions tests/test_bisnd_bcpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def test_location():
def test_source():
assert (
parsed_items[0]["source"]
== "https://www.burleigh.gov/government/boardscommittees/planning-zoning-commission/"
) # noqa
== "https://www.burleigh.gov/government/boardscommittees/planning-zoning-commission/" # noqa
)


def test_links():
Expand Down

0 comments on commit d02010e

Please sign in to comment.