Skip to content

Commit a8e722f

Browse files
author
Jussi Kukkonen
committed
requests_fetcher: Add missing 'tuf' import
Code uses tuf.__version__ for user-agent. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 41ea981 commit a8e722f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tuf/requests_fetcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import time
1313
from urllib3.exceptions import ReadTimeoutError
1414

15+
import tuf
1516
from tuf import exceptions
1617
from tuf import settings
1718

0 commit comments

Comments
 (0)