Skip to content

Commit

Permalink
#387 format adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Aug 29, 2024
1 parent a890695 commit 86492f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions validate/validate_curies_to_categories_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ def make_arg_parser():
list(curies_to_categories_data['term-mappings'].values())

for category in categories_to_check:
category_camelcase = kg2_util.convert_space_case_to_camel_case(category)
category_curie = kg2_util.CURIE_PREFIX_BIOLINK + ':' + category_camelcase
assert category_curie in biolink_categories, category_curie
assert category in biolink_categories, category_curie

0 comments on commit 86492f5

Please sign in to comment.