Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c09af11

Browse filesBrowse files
committed
Remove unused imports
1 parent 0520035 commit c09af11
Copy full SHA for c09af11

File tree

Expand file treeCollapse file tree

4 files changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+2
-4
lines changed

‎lib/matplotlib/backends/backend_nbagg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_nbagg.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Jupyter/IPython 3.x or earlier
1818
from IPython.kernel.comm import Comm
1919

20-
from matplotlib import cbook, is_interactive
20+
from matplotlib import is_interactive
2121
from matplotlib._pylab_helpers import Gcf
2222
from matplotlib.backend_bases import _Backend, NavigationToolbar2
2323
from matplotlib.backends.backend_webagg_core import (

‎lib/matplotlib/backends/backend_qt5.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import functools
22
import importlib
33
import os
4-
import re
54
import signal
65
import sys
76
import traceback

‎lib/matplotlib/image.py

Copy file name to clipboardExpand all lines: lib/matplotlib/image.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import math
77
import os
88
import logging
9-
from numbers import Number
109
from pathlib import Path
1110

1211
import numpy as np

‎lib/mpl_toolkits/axisartist/axislines.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/axislines.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
import numpy as np
4343

44-
from matplotlib import _api, cbook, rcParams
44+
from matplotlib import _api, rcParams
4545
import matplotlib.axes as maxes
4646
from matplotlib.path import Path
4747
from mpl_toolkits.axes_grid1 import mpl_axes

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.