Skip to content

Commit

Permalink
MANIFEST.in: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Sep 25, 2024
1 parent 8aa4636 commit e9cde16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include libcovebods/data/*.json
include libcovebods/data/schema-*
1 change: 0 additions & 1 deletion libcovebods/jsonschemavalidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def validate(self, data_reader: libcovebods.data_reader.DataReader) -> list:
# Get the registry
registry = self._schema._pkg_schema_obj

print("Registry:", registry)
# Make the validator
statement_schema = registry.contents("urn:statement")
validator = Draft202012Validator(
Expand Down

0 comments on commit e9cde16

Please sign in to comment.