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

Skip to content

Commit 160c55d

Browse files
author
LindyBalboa
committed
PEP8 fixes
1 parent a2a8dc2 commit 160c55d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_dates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def tz_convert(dt_list, tzinfo):
442442

443443
_test_date2num_dst(date_range, tz_convert)
444444

445+
445446
def test_date2num_dst_pandas():
446447
# Test for github issue #3896, but in date2num around DST transitions
447448
# with a timezone-aware pandas date_range object.
@@ -455,6 +456,7 @@ def tz_convert(*args):
455456

456457
_test_date2num_dst(pd.date_range, tz_convert)
457458

459+
458460
def test_DayLocator():
459461
assert_raises(ValueError, mdates.DayLocator, interval=-1)
460462
assert_raises(ValueError, mdates.DayLocator, interval=-1.5)

0 commit comments

Comments
 (0)