Keep runtime provenance script lint-clean
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-23 23:26:24 +02:00
parent de8beae183
commit d944fa7276
+4 -4
View File
@@ -17,13 +17,13 @@ APP_ROOT = Path(__file__).resolve().parents[1]
if str(APP_ROOT) not in sys.path:
sys.path.insert(0, str(APP_ROOT))
from app.db.session import SessionLocal
from app.db.session import SessionLocal # noqa: E402
from app.services.data_contract_validation import (
PYTORCH_MODEL_CONTRACT_KEY,
PYTORCH_MODEL_CONTRACT_VERSION,
)
from app.services.runtime_model_provenance_service import RuntimeModelProvenanceService
from app.services.source_registry_service import SourceRegistryService
) # noqa: E402
from app.services.runtime_model_provenance_service import RuntimeModelProvenanceService # noqa: E402
from app.services.source_registry_service import SourceRegistryService # noqa: E402
CLAIM_BOUNDARY = (