Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Aug 22, 2024
1 parent f60b910 commit 3c65bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ai4_metadata/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def _migrate(
] = None,
):
"""Migrate an AI4 metadata file from V1 to the latest V2 version."""
# v1_metadata = utils.load_json(instance)
v1_schema = ai4_metadata.get_schema(ai4_metadata.MetadataVersions.V1)
validate.validate(v1_metadata, v1_schema)

Expand Down

0 comments on commit 3c65bb6

Please sign in to comment.