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

Skip to content

Commit f407192

Browse files
committed
One more rebase fixup
1 parent 3fc574f commit f407192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/scale.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
from matplotlib import cbook, docstring, rcParams
1010
from matplotlib.ticker import (
1111
NullFormatter, ScalarFormatter, LogFormatterSciNotation, LogitFormatter,
12-
NullLocator, LogLocator, AutoLocator, SymmetricalLogLocator, LogitLocator)
12+
NullLocator, LogLocator, AutoLocator, AutoMinorLocator,
13+
SymmetricalLogLocator, LogitLocator)
1314
from matplotlib.transforms import Transform, IdentityTransform
1415

1516

0 commit comments

Comments
 (0)