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

Skip to content

Commit 562987e

Browse files
committed
PEP8 : re-order imports in axes/_base.py
1 parent 2ad1a27 commit 562987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from numpy import ma
1414

1515
import matplotlib
16-
rcParams = matplotlib.rcParams
1716

1817
from matplotlib import cbook
1918
from matplotlib.cbook import _string_to_bool
@@ -35,6 +34,7 @@
3534

3635
from matplotlib.cbook import iterable
3736

37+
rcParams = matplotlib.rcParams
3838

3939
is_string_like = cbook.is_string_like
4040
is_sequence_of_strings = cbook.is_sequence_of_strings

0 commit comments

Comments
 (0)