From e3d3021286e3564f0d153a58c09bf7de0dd34528 Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sat, 22 Oct 2022 14:08:30 +0800 Subject: [PATCH] Clean importer --- api/s10_status.py | 1 - api/s11_patterns.py | 1 - api/s12_curves.py | 1 - api/s16_emitters.py | 1 - api/s9_demands.py | 1 - 5 files changed, 5 deletions(-) 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]]: