Skip to content

Commit

Permalink
Fix: add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Mar 19, 2024
1 parent 4e1f47b commit b8f0116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_scrapers/mixins/mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class MCMixin(CityScrapersSpider, metaclass=MCMixinMeta):

def start_requests(self):
"""
sdfsdfsdf
Construct and yield a request to the API endpoint.
"""
# Calculate dates for one month prior and one year ahead
today = datetime.today()
Expand Down

0 comments on commit b8f0116

Please sign in to comment.