Skip to content

Commit

Permalink
Removed unused/unneeded "from matplotlib import pyplot"
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwv authored and timj committed Sep 15, 2015
1 parent 73f5072 commit 04977ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/lsst/meas/modelfit/display/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import collections
import numpy
import copy
from matplotlib import pyplot
import matplotlib.colors
import mpl_toolkits.mplot3d

Expand Down
1 change: 0 additions & 1 deletion tests/testSoftenedLinearPrior.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import lsst.shapelet
import lsst.afw.geom.ellipses
import lsst.meas.modelfit
from matplotlib import pyplot

try:
import scipy.integrate
Expand Down

0 comments on commit 04977ea

Please sign in to comment.