Skip to content

Commit

Permalink
reformat again
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 5622a9d commit 5a186f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -73,7 +73,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")]' # noqa
f'//a[contains(text(), "{year} Planning and Zoning Commission Minutes")]' # noqa
)
.css("::attr(href)")
.get()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_bisnd_bcpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ 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
)


Expand Down

0 comments on commit 5a186f4

Please sign in to comment.