Skip to content

Commit 84bef5f

Browse files
committed
[processing] added missing import
1 parent 4bcb1dd commit 84bef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass/GrassAlgorithm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import importlib
3232
import re
3333

34-
from qgis.PyQt.QtCore import QCoreApplication
34+
from qgis.PyQt.QtCore import QCoreApplication, QUrl
3535
from qgis.PyQt.QtGui import QIcon
3636

3737
from qgis.core import QgsRasterLayer

0 commit comments

Comments
 (0)