Skip to content

Commit

Permalink
Exclude coverage of compatibility logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 18, 2024
1 parent 60ac79f commit 074f022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempora/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

if sys.version_info >= (3, 9):
from zoneinfo import ZoneInfo
else:
else: # pragma: no cover
from backports.zoneinfo import ZoneInfo


Expand Down

0 comments on commit 074f022

Please sign in to comment.