We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf6d41 commit db53939Copy full SHA for db53939
piccolo/table.py
@@ -57,11 +57,6 @@
57
from piccolo.utils.sync import run_sync
58
from piccolo.utils.warnings import colored_warning
59
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
-
65
if t.TYPE_CHECKING: # pragma: no cover
66
from piccolo.columns import Selectable
67
0 commit comments