We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9fefb commit 80b6290Copy full SHA for 80b6290
2 files changed
tests/test_proxy_environment.py
@@ -3,6 +3,8 @@
3
4
"""Test ngclient ProxyEnvironment"""
5
6
+from __future__ import annotations
7
+
8
import sys
9
import unittest
10
from unittest.mock import Mock, patch
tuf/ngclient/_internal/proxy.py
"""Proxy environment variable handling with Urllib3"""
from typing import Any
from urllib.request import getproxies
0 commit comments