mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
requests_fetcher: Move 'tuf' import from download
requests_fetcher uses tuf.__version__ for user-agent, move the import to the correct file. Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
This commit is contained in:
parent
d0e5bd2311
commit
7dcfb12f61
2 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,6 @@
|
|||
import securesystemslib # pylint: disable=unused-import
|
||||
from securesystemslib import formats as sslib_formats
|
||||
|
||||
import tuf
|
||||
from tuf import exceptions
|
||||
from tuf import formats
|
||||
from tuf import settings
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
import time
|
||||
from urllib3.exceptions import ReadTimeoutError
|
||||
|
||||
import tuf
|
||||
from tuf import exceptions
|
||||
from tuf import settings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue