Skip to content

Commit f39c5c4

Browse files
committed
try reverting strict in timestamps.pyi
1 parent 5fb4fcb commit f39c5c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas-stubs/_libs/tslibs/timestamps.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# pyright: strict
21
from datetime import (
2+
_IsoCalendarDate,
33
date as _date,
44
datetime,
55
time as _time,
66
timedelta,
77
tzinfo as _tzinfo,
88
)
9-
from datetime import _IsoCalendarDate # pyright: ignore[reportPrivateUsage]
109
import sys
1110
from time import struct_time
1211
from typing import (

0 commit comments

Comments
 (0)