Skip to content

Commit 197bf77

Browse files
committed
Fix linting errors
1 parent d03603b commit 197bf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/strptime.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ _regex_cache = {}
633633

634634

635635
cdef int _calc_julian_from_U_or_W(int year, int week_of_year,
636-
int day_of_week, int week_starts_Mon):
636+
int day_of_week, int week_starts_Mon):
637637
"""Calculate the Julian day based on the year, week of the year, and day of
638638
the week, with week_start_day representing whether the week of the year
639639
assumes the week starts on Sunday or Monday (6 or 0).

0 commit comments

Comments
 (0)