We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b94e24 commit 9c68314Copy full SHA for 9c68314
pandas/_libs/tslibs/timezones.pyi
@@ -1,5 +1,3 @@
1
-from __future__ import annotations
2
-
3
from datetime import (
4
datetime,
5
tzinfo,
pandas/_libs/tslibs/vectorized.pyi
@@ -2,8 +2,6 @@
For cython types that cannot be represented precisely, closest-available
python equivalents are used, and the precise types kept as adjacent comments.
"""
6
7
from datetime import tzinfo
8
9
import numpy as np
0 commit comments