Skip to content

Commit ae7dcfc

Browse files
committed
fix imports
1 parent 7603ab8 commit ae7dcfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DataPlotly/gui/plot_settings_widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
from qgis.PyQt.QtCore import (
4545
QUrl,
4646
pyqtSignal,
47-
QDir
47+
QDir,
48+
Qt
4849
)
4950

5051
from qgis.PyQt.QtWebEngineWidgets import QWebEngineView
@@ -54,7 +55,6 @@
5455

5556
from qgis.core import (
5657
Qgis,
57-
QgsNetworkAccessManager,
5858
QgsFeatureRequest,
5959
QgsMapLayerProxyModel,
6060
QgsProject,

0 commit comments

Comments
 (0)