Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent 225501c commit 9025764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions icalevents/icaldownload.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Downloads an iCal url or reads an iCal file.
"""

from httplib2 import Http
import logging

Expand Down
1 change: 1 addition & 0 deletions icalevents/icalparser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Parse iCal data to Events.
"""

# for UID generation
from faulthandler import is_enabled
from random import randint
Expand Down

0 comments on commit 9025764

Please sign in to comment.