Skip to content

Commit

Permalink
Remove spaces before line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Dec 21, 2023
1 parent 097ecd1 commit f5b024d
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/il_commerce.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class IlCommerceSpider(CityScrapersSpider):
timezone = "America/Chicago"
start_urls = [
# Returns a page with 32 days of meetings from today's date, including today.
"https://www.icc.illinois.gov/meetings? \
"https://www.icc.illinois.gov/meetings?\
dts=32&scm=True&sps=True&sh=True&sjc=True&ssh=False&smceb=True"
]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_il_commerce.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

test_response = file_response(
join(dirname(__file__), "files", "il_commerce.html"),
url="https://www.icc.illinois.gov/ \
url="https://www.icc.illinois.gov/\
meetings?dts=32&scm=True&sps=True&sh=True&sjc=True&ssh=False&smceb=True",
)
test_detail_response = file_response(
Expand Down

0 comments on commit f5b024d

Please sign in to comment.