sigstore-python icon indicating copy to clipboard operation
sigstore-python copied to clipboard

fix lazy import in models.py

Open jku opened this issue 3 months ago • 0 comments

#1496 moves more ClientTrustConfig and related classes (SigningConfig, TrustedRoot) to models. To accomodate that, lazy imports were added for RekorClient and Rekor2Client. It would be nice to clean this up.

The issue appears because we now import Rekor*Client in models but those want to import TransparencyLogEntry from models...

jku avatar Sep 08 '25 07:09 jku