8000 Merge pull request #12827 from timhoffm/remove-unused-import · matplotlib/matplotlib@ed0ae16 · GitHub
[go: up one dir, main page]

Skip to content

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 files
authored
Merge pull request #12827 from timhoffm/remove-unused-import
Remove unused imports
2 parents f075b1b + 48c934b commit ed0ae16

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines 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

Lines 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

Lines 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