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

Skip to content

Commit 94cb09b

Browse files
committed
FIX importing _string_to_bool from the wrong module
1 parent 14ec978 commit 94cb09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from matplotlib.axes._subplots import *
22
from matplotlib.axes._axes import *
3-
from matplotlib.axes._axes import _string_to_bool
3+
from matplotlib.axes._base import _string_to_bool

0 commit comments

Comments
 (0)