We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236bc9f commit 889b218Copy full SHA for 889b218
1 file changed
tuf/ngclient/_internal/requests_fetcher.py
@@ -5,6 +5,10 @@
5
HTTP library.
6
"""
7
8
+# requests_fetcher is public but comes from _internal for now (because
9
+# sigstore-python 1.0 still uses the module from there). requests_fetcher
10
+# can be moved out of _internal once sigstore-python 1.0 is not relevant.
11
+
12
import logging
13
from typing import Dict, Iterator, Tuple
14
from urllib import parse
0 commit comments