Skip to content

Commit

Permalink
add function call to check queries
Browse files Browse the repository at this point in the history
  • Loading branch information
DeleMike committed Oct 16, 2024
1 parent ad54e29 commit 5faa2f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scribe_data/check/check_query_identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,5 @@ def is_valid_data_type(query_file: Path, data_type_qid: str) -> bool:
return data_type_qid == expected_data_type_qid


# Run the check_queries function
# MARK: TODO: Remove Call
# check_queries()
if __name__ == "__main__":
check_queries()

0 comments on commit 5faa2f4

Please sign in to comment.