mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
tuf.api: fix imports in metadata
Signed-off-by: Joshua Lock <jlock@vmware.com>
This commit is contained in:
parent
eb9c56b52d
commit
d58a944c8b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
|||
# 1st-party.
|
||||
from keys import (
|
||||
from tuf.api.keys import (
|
||||
Keyring,
|
||||
Threshold,
|
||||
get_private_keys_from_keyring,
|
||||
get_public_keys_from_keyring,
|
||||
sorted_list_of_keyids,
|
||||
write_and_read_new_keys,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue