8000 PEP8 : added single blank line to test_ticker.py · htylab/matplotlib@1cf1ab1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cf1ab1

Browse files
committed
PEP8 : added single blank line to test_ticker.py
1 parent 4dd97d5 commit 1cf1ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_ticker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import matplotlib.ticker as mticker
1212
from matplotlib.testing.decorators import cleanup
1313

14+
1415
def test_MaxNLocator():
1516
loc = mticker.MaxNLocator(nbins=5)
1617
test_value = np.array([20., 40., 60., 80., 100.])

0 commit comments

Comments
 (0)
0