Skip to content

Commit 9c68314

Browse files
authored
TYP: remove future import from pyi file (#41783)
1 parent 6b94e24 commit 9c68314

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pandas/_libs/tslibs/timezones.pyi

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import annotations
2-
31
from datetime import (
42
datetime,
53
tzinfo,

pandas/_libs/tslibs/vectorized.pyi

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
For cython types that cannot be represented precisely, closest-available
33
python equivalents are used, and the precise types kept as adjacent comments.
44
"""
5-
from __future__ import annotations
6-
75
from datetime import tzinfo
86

97
import numpy as np

0 commit comments

Comments
 (0)