Skip to content

Commit

Permalink
[processing] Fix importlib util module import in ScriptUtils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Nov 12, 2020
1 parent a8a98ee commit c462fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/script/ScriptUtils.py
Expand Up @@ -24,7 +24,7 @@
from qgis.processing import alg as algfactory
import os
import inspect
import importlib
import importlib.util

from qgis.PyQt.QtCore import QCoreApplication

Expand Down

0 comments on commit c462fd8

Please sign in to comment.