Skip to content

Commit

Permalink
Merge pull request #10036 from lpsinger/remove-unued-variable-tests-q…
Browse files Browse the repository at this point in the history
…uantity

Remove unused variables and imports
  • Loading branch information
bsipocz committed Mar 12, 2020
2 parents 034fc83 + f60f3dc commit a1ad89c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions astropy/units/tests/test_quantity.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@
from astropy import units as u
from astropy.units.quantity import _UNIT_NOT_INITIALISED

try:
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
from distutils.version import LooseVersion
MATPLOTLIB_LT_15 = LooseVersion(matplotlib.__version__) < LooseVersion("1.5")
HAS_MATPLOTLIB = True
except ImportError:
HAS_MATPLOTLIB = False


""" The Quantity class will represent a number + unit + uncertainty """

Expand Down

0 comments on commit a1ad89c

Please sign in to comment.