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

Skip to content

Commit d2c9e35

Browse files
committed
MNT: remove unused import
The comment says that this is used by IPython (circa 2008) however it's use was removed from the IPython code base in 770734dc47d57cdebc365fcbcd313e76a22be89d Author: Brian Granger <[email protected]> 2009-07-21 15:28:37 which Precedes: rel-0.11 so no supported version of IPython still has this code.
1 parent b67ee9e commit d2c9e35

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/matplotlib/backends/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
import inspect
88
import warnings
99

10-
# ipython relies on interactive_bk being defined here
11-
from matplotlib.rcsetup import interactive_bk
12-
1310

1411
def pylab_setup():
1512
'return new_figure_manager, draw_if_interactive and show for pylab'

0 commit comments

Comments
 (0)