cleanup
This commit is contained in:
parent
86cd7027f3
commit
e0136937b9
1 changed files with 1 additions and 9 deletions
|
|
@ -2,15 +2,7 @@ from state.base import State, UUID
|
||||||
from services.bottom.V0 import Bottom
|
from services.bottom.V0 import Bottom
|
||||||
from services.primitives.boolean_type import Boolean
|
from services.primitives.boolean_type import Boolean
|
||||||
from services.primitives.string_type import String
|
from services.primitives.string_type import String
|
||||||
from bootstrap.primitive import (
|
from bootstrap.primitive import bootstrap_primitive_types
|
||||||
bootstrap_primitive_types
|
|
||||||
# bootstrap_boolean_type,
|
|
||||||
# bootstrap_float_type,
|
|
||||||
# bootstrap_integer_type,
|
|
||||||
# bootstrap_string_type,
|
|
||||||
# bootstrap_type_type,
|
|
||||||
# bootstrap_actioncode_type
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def create_model_root(bottom: Bottom, model_name: str) -> UUID:
|
def create_model_root(bottom: Bottom, model_name: str) -> UUID:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue