Skip to content

Commit

Permalink
add empty line for strptime.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Mar 15, 2018
1 parent 6eedb5e commit 39d1ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/strptime.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -699,4 +699,4 @@ cdef _parse_timezone_directive(object z):
gmtoff = -gmtoff
gmtoff_fraction = -gmtoff_fraction

return (gmtoff, gmtoff_fraction)
return (gmtoff, gmtoff_fraction)

0 comments on commit 39d1ba4

Please sign in to comment.