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

Skip to content

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)