Skip to content

Commit 890db9d

Browse files
authored
Update PurgeLinesAndUnload.py
1 parent db8a625 commit 890db9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/PostProcessingPlugin/scripts/PurgeLinesAndUnload.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ class Position(tuple, Enum):
3535

3636
class PurgeLinesAndUnload(Script):
3737

38-
def __init__(self):
39-
super().__init__()
40-
4138
def initialize(self) -> None:
4239
super().initialize()
4340
# Get required values from the global stack and set default values for the script

0 commit comments

Comments
 (0)