Skip to content

Commit

Permalink
Link item.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 5, 2019
1 parent af7e0ac commit 7de99ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/item/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def read_measures(path):
measures = ConceptScheme(id='measure')

with open(path) as f:
measures.children = read_hierarchy(yaml.load(f, Loader=yaml.FullLoader),
Measure)
measures.children = read_hierarchy(
yaml.load(f, Loader=yaml.FullLoader), Measure)

return measures

Expand Down

0 comments on commit 7de99ae

Please sign in to comment.