Skip to content

Commit 39d1ba4

Browse files
committed
add empty line for strptime.pyx
1 parent 6eedb5e commit 39d1ba4

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
@@ -699,4 +699,4 @@ cdef _parse_timezone_directive(object z):
699699
gmtoff = -gmtoff
700700
gmtoff_fraction = -gmtoff_fraction
701701

702-
return (gmtoff, gmtoff_fraction)
702+
return (gmtoff, gmtoff_fraction)

0 commit comments

Comments
 (0)