Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d61397d

Browse files
committed
PEP8 fix.
Signed-off-by: Paul G <[email protected]>
1 parent 9f66ae2 commit d61397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def _from_ordinalf(x, tz=None):
247247
dt = datetime.datetime.fromordinal(ix)
248248
remainder = float(x) - ix
249249

250-
dt += datetime.timedelta(seconds = remainder*SEC_PER_DAY)
250+
dt += datetime.timedelta(seconds = remainder * SEC_PER_DAY)
251251

252252
return dt
253253

0 commit comments

Comments
 (0)