Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Jul 28, 2023
1 parent 726deae commit 4059cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/term_set.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import yaml
import glob
import os
from collections import namedtuple
Expand Down Expand Up @@ -117,6 +116,7 @@ def __getitem__(self, term):

def __schemasheets_convert(self):
try:
import yaml
from linkml_runtime.utils.schema_as_dict import schema_as_dict
from schemasheets.schemamaker import SchemaMaker
except ImportError:
Expand Down

0 comments on commit 4059cda

Please sign in to comment.