Skip to content

Commit

Permalink
Use __future__ to make old python happy
Browse files Browse the repository at this point in the history
Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku committed Feb 14, 2025
1 parent 203b944 commit 2ccefa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tuf/ngclient/_internal/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""Proxy environment variable handling with Urllib3"""

from __future__ import annotations

from typing import Any
from urllib.request import getproxies

Expand Down

0 comments on commit 2ccefa3

Please sign in to comment.