We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a157fb commit 48a6465Copy full SHA for 48a6465
linkml_runtime/utils/yamlutils.py
@@ -11,8 +11,7 @@
11
from yaml.constructor import ConstructorError
12
13
from linkml_runtime.utils.context_utils import CONTEXTS_PARAM_TYPE, merge_contexts
14
-from linkml_runtime.utils.formatutils import is_empty
15
-from linkml_runtime.utils.formatutils import remove_empty_items
+from linkml_runtime.utils.formatutils import is_empty, remove_empty_items
16
17
YAMLObjTypes = Union[JsonObjTypes, "YAMLRoot"]
18
0 commit comments