Skip to content

Commit c581e4e

Browse files
committed
fix: import QCoreApplication in router.py
1 parent f05b534 commit c581e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ORStools/utils/router.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
from ORStools.gui import directions_gui
1515
from ORStools.utils import exceptions, logger, configmanager
1616

17+
from qgis.PyQt.QtCore import QCoreApplication
18+
1719

1820
def route_as_layer(dlg):
1921
layer_out = QgsVectorLayer("LineString?crs=EPSG:4326", "Route_ORS", "memory")

0 commit comments

Comments
 (0)