Skip to content
Snippets Groups Projects
Commit 60e1b522 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by MarkusFrankATcernch
Browse files

fix: rm EOF empty line

parent 9af35932
No related branches found
No related tags found
No related merge requests found
...@@ -167,4 +167,3 @@ class Action(ConfigHelper): ...@@ -167,4 +167,3 @@ class Action(ConfigHelper):
@stack.setter @stack.setter
def stack(self, val): def stack(self, val):
self._stack = ConfigHelper.makeList(val) self._stack = ConfigHelper.makeList(val)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment