Skip to content

Commit

Permalink
small miss
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentBug committed Dec 14, 2023
1 parent 65358fb commit b40aa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cript/api/data_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _get_vocab(self, host: str) -> dict:
return vocabulary

@beartype
def get_vocab_by_category(self, category: VocabCategories) -> list[dict]:
def get_vocab_by_category(self, category: VocabCategories) -> list:
"""
get the CRIPT controlled vocabulary by category
Expand Down

0 comments on commit b40aa53

Please sign in to comment.