Skip to content

Commit 28c67e1

Browse files
committed
Remove double-defined __init__ function
1 parent 8b3a348 commit 28c67e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/plugins/processing/algs/gdal/ogr2ogrtopostgislist.py

-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ def __init__(self):
8383
GdalAlgorithm.__init__(self)
8484
self.processing = False
8585

86-
def __init__(self):
87-
super().__init__()
88-
8986
def initAlgorithm(self, config=None):
9087
self.addParameter(ParameterString(
9188
self.DATABASE,

0 commit comments

Comments
 (0)