Skip to content

Commit

Permalink
whoops thatos the same module
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Mar 21, 2024
1 parent 3e6dcac commit b82db93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions linkml_runtime/utils/yamlutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
from yaml.constructor import ConstructorError

from linkml_runtime.utils.context_utils import CONTEXTS_PARAM_TYPE, merge_contexts
from linkml_runtime.utils.formatutils import is_empty
from linkml_runtime.utils.formatutils import remove_empty_items
from linkml_runtime.utils.formatutils import is_empty, remove_empty_items

YAMLObjTypes = Union[JsonObjTypes, "YAMLRoot"]

Expand Down

0 comments on commit b82db93

Please sign in to comment.