Skip to content

Commit 889b218

Browse files
committed
Add comment explaining public status to the module itself
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 236bc9f commit 889b218

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tuf/ngclient/_internal/requests_fetcher.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
HTTP library.
66
"""
77

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+
812
import logging
913
from typing import Dict, Iterator, Tuple
1014
from urllib import parse

0 commit comments

Comments
 (0)