diff --git a/scripts/migrate_runtime_model_provenance.py b/scripts/migrate_runtime_model_provenance.py index 1f1ce9be..8c1659da 100644 --- a/scripts/migrate_runtime_model_provenance.py +++ b/scripts/migrate_runtime_model_provenance.py @@ -18,10 +18,10 @@ if str(APP_ROOT) not in sys.path: sys.path.insert(0, str(APP_ROOT)) from app.db.session import SessionLocal # noqa: E402 -from app.services.data_contract_validation import ( +from app.services.data_contract_validation import ( # noqa: E402 PYTORCH_MODEL_CONTRACT_KEY, PYTORCH_MODEL_CONTRACT_VERSION, -) # noqa: E402 +) from app.services.runtime_model_provenance_service import RuntimeModelProvenanceService # noqa: E402 from app.services.source_registry_service import SourceRegistryService # noqa: E402