Make enum uppercase
This commit is contained in:
@@ -2,9 +2,9 @@ from .operation import *
|
||||
from .s0_base import *
|
||||
|
||||
|
||||
PIPE_STATUS_OPEN = 'open'
|
||||
PIPE_STATUS_CLOSED = 'closed'
|
||||
PIPE_STATUS_CV = 'cv'
|
||||
PIPE_STATUS_OPEN = 'OPEN'
|
||||
PIPE_STATUS_CLOSED = 'CLOSED'
|
||||
PIPE_STATUS_CV = 'CV'
|
||||
|
||||
|
||||
def get_pipe_schema(name: str) -> dict[str, dict[str, Any]]:
|
||||
|
||||
Reference in New Issue
Block a user