Skip to content

Commit

Permalink
Update validate_spec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 7, 2023
1 parent 52cef7d commit 27b10dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/testing/validate_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self):
new_resolver = FixResolver()

f_nwb = open(fpath_spec, 'r')
yaml_obj = YAML(typ='safe', pure=True)
yaml_obj = yaml.YAML(typ='safe', pure=True)
instance = yaml_obj.load(f_nwb)

jsonschema.validate(instance, schema, resolver=new_resolver)
Expand Down

0 comments on commit 27b10dd

Please sign in to comment.