Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 26, 2019
1 parent b6d66be commit 3f73536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/otb/OtbAlgorithm.py
Expand Up @@ -57,6 +57,7 @@


class OtbAlgorithm(QgsProcessingAlgorithm):

def __init__(self, group, name, descriptionfile, display_name='', groupId=''):
super().__init__()
self._name = name
Expand Down
1 change: 1 addition & 0 deletions python/plugins/processing/algs/otb/OtbAlgorithmProvider.py
Expand Up @@ -48,6 +48,7 @@ def otb_exe_file(f):


class OtbAlgorithmProvider(QgsProcessingProvider):

def __init__(self):
super().__init__()
self.algs = []
Expand Down
1 change: 1 addition & 0 deletions python/plugins/processing/algs/otb/OtbChoiceWidget.py
Expand Up @@ -35,6 +35,7 @@


class OtbChoiceWidgetWrapper(WidgetWrapper):

def createWidget(self):
widget = QComboBox()
widget.addItems(self.param.options)
Expand Down

0 comments on commit 3f73536

Please sign in to comment.