Skip to content

Commit

Permalink
noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 5, 2020
1 parent 9eae0ca commit 0457875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/GuiTest.py
Expand Up @@ -41,7 +41,7 @@
from processing.gui.AlgorithmDialog import AlgorithmDialog
from processing.gui.BatchAlgorithmDialog import BatchAlgorithmDialog
from processing.modeler.ModelerParametersDialog import ModelerParametersDialog
from processing.gui.wrappers import *
from processing.gui.wrappers import * # noqa

start_app()
QgsApplication.processingRegistry().addProvider(QgsNativeAlgorithms())
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/OtbAlgorithmsTest.py
Expand Up @@ -42,7 +42,7 @@
from processing.core.ProcessingConfig import ProcessingConfig, Setting
from processing.gui.AlgorithmDialog import AlgorithmDialog
from processing.gui.BatchAlgorithmDialog import BatchAlgorithmDialog
from processing.gui.wrappers import *
from processing.gui.wrappers import * # noqa
from processing.modeler.ModelerParametersDialog import ModelerParametersDialog
from processing.algs.otb.OtbAlgorithm import OtbAlgorithm
from processing.algs.otb.OtbAlgorithmProvider import OtbAlgorithmProvider
Expand Down

0 comments on commit 0457875

Please sign in to comment.