Joeri Exelmans 6 months ago
parent
commit
e0136937b9
1 changed files with 1 additions and 9 deletions
  1. 1 9
      bootstrap/scd.py

+ 1 - 9
bootstrap/scd.py

@@ -2,15 +2,7 @@ from state.base import State, UUID
 from services.bottom.V0 import Bottom
 from services.primitives.boolean_type import Boolean
 from services.primitives.string_type import String
-from bootstrap.primitive import (
-    bootstrap_primitive_types
-    # bootstrap_boolean_type,
-    # bootstrap_float_type,
-    # bootstrap_integer_type,
-    # bootstrap_string_type,
-    # bootstrap_type_type,
-    # bootstrap_actioncode_type
-)
+from bootstrap.primitive import bootstrap_primitive_types
 
 
 def create_model_root(bottom: Bottom, model_name: str) -> UUID: