Skip to content

Commit

Permalink
[processing] fixes after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 5, 2018
1 parent 15a185d commit 567ebb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/plugins/processing/modeler/ModelerAlgorithmProvider.py
Expand Up @@ -38,7 +38,6 @@

from processing.core.ProcessingConfig import ProcessingConfig, Setting

#from processing.gui.GetScriptsAndModels import GetModelsAction
from processing.gui.ProviderActions import (ProviderActions,
ProviderContextMenuActions)

Expand All @@ -57,9 +56,6 @@ class ModelerAlgorithmProvider(QgsProcessingProvider):
def __init__(self):
super().__init__()
self.actions = [CreateNewModelAction(), AddModelFromFileAction()]
AddModelFromFileAction(),
#GetModelsAction()
]
self.contextMenuActions = [EditModelAction(), DeleteModelAction()]
self.algs = []

Expand Down

0 comments on commit 567ebb9

Please sign in to comment.