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 ed0ae16

Browse filesBrowse files
authored
Merge pull request matplotlib#12827 from timhoffm/remove-unused-import
Remove unused imports
2 parents f075b1b + 48c934b commit ed0ae16
Copy full SHA for ed0ae16

File tree

Expand file treeCollapse file tree

3 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+0
-3
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import math
66
import operator
77
from numbers import Number
8-
import warnings
98

109
import numpy as np
1110
from numpy import ma

‎lib/matplotlib/dviread.py

Copy file name to clipboardExpand all lines: lib/matplotlib/dviread.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,6 @@ def _fontfile(cls, suffix, texname):
10401040
if __name__ == '__main__':
10411041
from argparse import ArgumentParser
10421042
import itertools
1043-
import sys
10441043

10451044
parser = ArgumentParser()
10461045
parser.add_argument("filename")

‎lib/matplotlib/patches.py

Copy file name to clipboardExpand all lines: lib/matplotlib/patches.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import math
44
from numbers import Number
55
import textwrap
6-
import warnings
76

87
import numpy as np
98

0 commit comments

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