Skip to content

Commit

Permalink
remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 15, 2017
1 parent b3ab554 commit 58b9c82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/qgis/BarPlot.py
Expand Up @@ -25,9 +25,6 @@

__revision__ = '$Format:%H$'

#import matplotlib.pyplot as plt
#import matplotlib.pylab as lab

import plotly as plt
import plotly.graph_objs as go
import numpy as np
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
Expand Up @@ -28,13 +28,9 @@
import os

try:
#import matplotlib.pyplot
#assert matplotlib # NOQA silence pyflakes
#hasMatplotlib = True
import plotly
hasPlotly = True
except:
#hasMatplotlib = False
hasPlotly = False

from qgis.PyQt.QtGui import QIcon
Expand Down

0 comments on commit 58b9c82

Please sign in to comment.