Skip to content

Commit 2ad68db

Browse files
committed
Fix trailing whitespace in offsets.pyx
1 parent 0bbfde8 commit 2ad68db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ from pandas._libs.tslibs.ccalendar import (
4848
weekday_to_int,
4949
)
5050
from pandas.util._exceptions import find_stack_level
51-
52-
from pandas._libs.tslibs.ccalendar cimport ( # get_firstbday,; get_lastbday,
51+
from pandas._libs.tslibs.ccalendar cimport (
5352
MONTH_TO_CAL_NUM,
5453
dayofweek,
5554
get_days_in_month,

0 commit comments

Comments
 (0)