Skip to content

Commit

Permalink
remove unnecessary newline in run() in scrapers/math_dept.py
Browse files Browse the repository at this point in the history
  • Loading branch information
duck-master committed Dec 3, 2024
1 parent 23b88b5 commit 782572f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scrapers/math_dept.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def run():
* dict[str, dict[str, list[Union[list[list[int]], str]]]]: All the schedules
"""
rows = get_rows()

overrides = {}

for row in rows:
Expand Down

0 comments on commit 782572f

Please sign in to comment.