Skip to content

Commit ab56344

Browse files
author
Jussi Kukkonen
committed
metadata: Make isort happy and bundle imports
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 30ab838 commit ab56344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tuf/api/metadata.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
from securesystemslib.storage import FilesystemBackend, StorageBackendInterface
2525
from securesystemslib.util import persist_temp_file
2626

27-
from tuf import exceptions
28-
from tuf import formats
27+
from tuf import exceptions, formats
2928
from tuf.api.serialization import (
3029
MetadataDeserializer,
3130
MetadataSerializer,

0 commit comments

Comments
 (0)