fix(kms): drop stale KmsClient trait import in local_export tests (#5519)

The KmsClient trait was folded into KmsBackend (#5501), but the backup
export tests merged afterwards (#5499) still imported it, breaking the
crate's test build; create_key is an inherent LocalKmsClient method, so
the import is simply unused.
This commit is contained in:
Zhengchao An
2026-08-01 04:24:04 +08:00
committed by GitHub
parent 04c5921850
commit 74019845c4

Diff Content Not Available