Skip to content

Commit 3f73536

Browse files
committedFeb 26, 2019
astyle
1 parent b6d66be commit 3f73536

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎python/plugins/processing/algs/otb/OtbAlgorithm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858

5959
class OtbAlgorithm(QgsProcessingAlgorithm):
60+
6061
def __init__(self, group, name, descriptionfile, display_name='', groupId=''):
6162
super().__init__()
6263
self._name = name

‎python/plugins/processing/algs/otb/OtbAlgorithmProvider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def otb_exe_file(f):
4848

4949

5050
class OtbAlgorithmProvider(QgsProcessingProvider):
51+
5152
def __init__(self):
5253
super().__init__()
5354
self.algs = []

‎python/plugins/processing/algs/otb/OtbChoiceWidget.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636

3737
class OtbChoiceWidgetWrapper(WidgetWrapper):
38+
3839
def createWidget(self):
3940
widget = QComboBox()
4041
widget.addItems(self.param.options)

0 commit comments

Comments
 (0)
Please sign in to comment.