Skip to content

Commit 58b9c82

Browse files
committed
remove old imports
1 parent b3ab554 commit 58b9c82

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

python/plugins/processing/algs/qgis/BarPlot.py

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525

2626
__revision__ = '$Format:%H$'
2727

28-
#import matplotlib.pyplot as plt
29-
#import matplotlib.pylab as lab
30-
3128
import plotly as plt
3229
import plotly.graph_objs as go
3330
import numpy as np

python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py

-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@
2828
import os
2929

3030
try:
31-
#import matplotlib.pyplot
32-
#assert matplotlib # NOQA silence pyflakes
33-
#hasMatplotlib = True
3431
import plotly
3532
hasPlotly = True
3633
except:
37-
#hasMatplotlib = False
3834
hasPlotly = False
3935

4036
from qgis.PyQt.QtGui import QIcon

0 commit comments

Comments
 (0)