Skip to content

Commit 5eff82e

Browse files
Fixing lint issue
1 parent e6fb19c commit 5eff82e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_timefuncs.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
from pandas._typing import FulldatetimeDict
2626
else:
2727
FulldatetimeDict = Any
28-
from pandas._typing import (
29-
SequenceNotStr,
30-
TimeUnit,
31-
)
28+
from pandas._typing import TimeUnit
3229

3330
from tests import (
3431
PD_LTE_22,

0 commit comments

Comments
 (0)