Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Oct 21, 2023
1 parent 984bde2 commit 40093e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yaml2ics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import dateutil
import dateutil.rrule
import ics
import yaml
import requests
import yaml
from dateutil.tz import gettz

interval_type = {
Expand Down Expand Up @@ -199,6 +199,7 @@ def files_to_calendar(files: list) -> ics.Calendar:

return calendar


# `main` is separate from `cli` to facilitate testing.
# The only difference being that `main` raises errors while
# `cli` prints them and exits with errorcode 1
Expand Down

0 comments on commit 40093e2

Please sign in to comment.