Remove all END Enum comments
This commit is contained in:
@@ -54,8 +54,6 @@ class NWStorageOpen(Enum):
|
||||
FAILED = 3
|
||||
READY = 4
|
||||
|
||||
# END Enum NWStorageOpen
|
||||
|
||||
|
||||
class NWStorageCreate(Enum):
|
||||
|
||||
@@ -63,8 +61,6 @@ class NWStorageCreate(Enum):
|
||||
OS_ERROR = 1
|
||||
READY = 2
|
||||
|
||||
# END Enum NWStorageCreate
|
||||
|
||||
|
||||
class NWStorage:
|
||||
"""Core: Project Storage Class
|
||||
|
||||
Reference in New Issue
Block a user