Skip to content

Commit e3995be

Browse files
authored
Whitespace fixup
Made this locally long ago; for some reason it is not getting reflected on GH when I push. It's a mystery.
1 parent ceac008 commit e3995be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/parsing.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def parse_time_string(arg, freq=None, dayfirst=None, yearfirst=None):
147147
return res
148148

149149

150-
151150
def parse_datetime_string_with_reso(date_string, freq=None, dayfirst=False,
152151
yearfirst=False, **kwargs):
153152
"""parse datetime string, only returns datetime

0 commit comments

Comments
 (0)