diff --git a/api/s10_status.py b/api/s10_status.py index b99b11e..9dc9b53 100644 --- a/api/s10_status.py +++ b/api/s10_status.py @@ -1,5 +1,4 @@ from .operation import * -from .s0_base import * LINK_STATUS_OPEN = 'OPEN' diff --git a/api/s11_patterns.py b/api/s11_patterns.py index 40c5bed..66960da 100644 --- a/api/s11_patterns.py +++ b/api/s11_patterns.py @@ -1,5 +1,4 @@ from .operation import * -from .s0_base import * def get_pattern_schema(name: str) -> dict[str, dict[str, Any]]: diff --git a/api/s12_curves.py b/api/s12_curves.py index fa12478..b171e5c 100644 --- a/api/s12_curves.py +++ b/api/s12_curves.py @@ -1,5 +1,4 @@ from .operation import * -from .s0_base import * def get_curve_schema(name: str) -> dict[str, dict[str, Any]]: diff --git a/api/s16_emitters.py b/api/s16_emitters.py index d327865..e08e731 100644 --- a/api/s16_emitters.py +++ b/api/s16_emitters.py @@ -1,5 +1,4 @@ from .operation import * -from .s0_base import * def get_emitter_schema(name: str) -> dict[str, dict[str, Any]]: diff --git a/api/s9_demands.py b/api/s9_demands.py index cb67d6d..a3c9438 100644 --- a/api/s9_demands.py +++ b/api/s9_demands.py @@ -1,5 +1,4 @@ from .operation import * -from .s0_base import * def get_demand_schema(name: str) -> dict[str, dict[str, Any]]: