We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7c07b commit 41d6b9dCopy full SHA for 41d6b9d
python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
@@ -32,6 +32,7 @@
32
# importing plotly throws Python warnings from within the library - filter these out
33
with warnings.catch_warnings():
34
warnings.filterwarnings("ignore", category=ResourceWarning)
35
+ warnings.filterwarnings("ignore", category=ImportWarning)
36
import plotly # NOQA
37
hasPlotly = True
38
except:
0 commit comments