Skip to content

Commit 27b6024

Browse files
Fix lint
1 parent 5188c78 commit 27b6024

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/test_timefuncs.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@
2828

2929
from pandas._libs import NaTType
3030
from pandas._libs.tslibs import BaseOffset
31-
from pandas._libs.tslibs.offsets import (
32-
DateOffset,
33-
FY5253Mixin,
34-
WeekOfMonth,
35-
WeekOfMonthMixin,
36-
)
31+
from pandas._libs.tslibs.offsets import DateOffset
3732

3833
if TYPE_CHECKING:
3934
from pandas._typing import FulldatetimeDict

0 commit comments

Comments
 (0)