Skip to content

Commit

Permalink
fixup: Fix python-pendulum#595
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmix authored Feb 28, 2023
1 parent f071ed3 commit ad5dbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pendulum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from pendulum.helpers import week_ends_at
from pendulum.helpers import week_starts_at
from pendulum.interval import Interval
from pendulum.parser import parse
from pendulum.parser import parse as parse
from pendulum.testing.traveller import Traveller
from pendulum.time import Time
from pendulum.tz import UTC
Expand Down

0 comments on commit ad5dbd3

Please sign in to comment.