Skip to content

Commit

Permalink
Formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Jan 23, 2024
1 parent 3668ce7 commit 114ca6b
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/cuya_archives_advisory.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class CuyaArchivesAdvisorySpider(CuyaCountyMixin2, CityScrapersSpider):
name = "cuya_archives_advisory"
agency = "Cuyahoga County Archives Advisory Commission"
start_urls = [
"https://cuyahogacounty.gov/boards-and-commissions/board-details/external/archives-advisory-commission" # noqa
"https://cuyahogacounty.gov/boards-and-commissions/board-details/external/archives-advisory-commission" # noqa
]
classification = ADVISORY_COMMITTEE
2 changes: 1 addition & 1 deletion tests/test_cuya_archives_advisory.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_links():
assert parsed_item["links"] == [
{
"title": "Agenda",
"href": "https://cuyahogacms.blob.core.windows.net/home/docs/default-source/boards-and-commissions/external/ccaac/07202023-ccaacagenda.pdf?sfvrsn=43c01061_1", # noqa
"href": "https://cuyahogacms.blob.core.windows.net/home/docs/default-source/boards-and-commissions/external/ccaac/07202023-ccaacagenda.pdf?sfvrsn=43c01061_1", # noqa
}
]

Expand Down

0 comments on commit 114ca6b

Please sign in to comment.