Remove all END Enum comments

This commit is contained in:
Veronica Berglyd Olsen
2024-05-10 16:01:44 +02:00
parent 2afe0ebbe9
commit 142d7c4f3a
5 changed files with 0 additions and 36 deletions
-2
View File
@@ -64,8 +64,6 @@ class NWProjectState(Enum):
RECOVERY = 2
READY = 3
# END Enum NWProjectState
class NWProject: