Skip to content

Commit

Permalink
isort changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsb-23 committed Apr 1, 2024
1 parent 3bea563 commit 4678322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python-dateutil >= 2.4.0
python-dateutil >= 2.8.0
pytz~=2024.1
4 changes: 2 additions & 2 deletions vobject/change_tz.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""Translate an ics file's events to a different timezone."""

from datetime import datetime
from optparse import OptionParser

import pytz
from dateutil import tz

from vobject import icalendar, base
from datetime import datetime, tzinfo
from vobject import base, icalendar

version = "0.1"

Expand Down

0 comments on commit 4678322

Please sign in to comment.