Skip to content

Commit db53939

Browse files
committed
Removed ZoneInfo import from table.py
1 parent cbf6d41 commit db53939

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

piccolo/table.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
from piccolo.utils.sync import run_sync
5858
from piccolo.utils.warnings import colored_warning
5959

60-
try:
61-
from zoneinfo import ZoneInfo # type: ignore
62-
except ImportError: # pragma: no cover
63-
from backports.zoneinfo import ZoneInfo # type: ignore # noqa: F401
64-
6560
if t.TYPE_CHECKING: # pragma: no cover
6661
from piccolo.columns import Selectable
6762

0 commit comments

Comments
 (0)