Skip to content

Commit

Permalink
Removed ZoneInfo import from table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmets committed Mar 29, 2024
1 parent cbf6d41 commit db53939
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions piccolo/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
from piccolo.utils.sync import run_sync
from piccolo.utils.warnings import colored_warning

try:
from zoneinfo import ZoneInfo # type: ignore
except ImportError: # pragma: no cover
from backports.zoneinfo import ZoneInfo # type: ignore # noqa: F401

if t.TYPE_CHECKING: # pragma: no cover
from piccolo.columns import Selectable

Expand Down

0 comments on commit db53939

Please sign in to comment.