Skip to content

Commit e340cc8

Browse files
committed
Fixed pep8 issue in test_ticker.py
1 parent 27fbe7e commit e340cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_ticker.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_MultipleLocator_set_params():
111111
mult.set_params(base=1.7)
112112
nose.tools.assert_equal(mult._base, 1.7)
113113

114+
114115
def test_LogitLocator_set_params():
115116
"""
116117
Create logit locator with default minor=False, and change it to something

0 commit comments

Comments
 (0)