Skip to content

Commit

Permalink
IN: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Nov 21, 2024
1 parent 51f84c4 commit f3733c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/in/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def scrape(self):
else:
when = dateutil.parser.parse(date_str).date()
all_day = True
if "customstart" in meeting and meeting['customstart'] != "":
if "customstart" in meeting and meeting["customstart"] != "":
custom_start_string = f" - {meeting['customstart']}"

location = meeting["location"] or "See Agenda"
Expand Down

0 comments on commit f3733c1

Please sign in to comment.