We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae09fa commit 2f4ea59Copy full SHA for 2f4ea59
src/pip/_internal/models/link.py
@@ -7,6 +7,7 @@
7
import posixpath
8
import re
9
import urllib.parse
10
+import urllib.request
11
from collections.abc import Mapping
12
from dataclasses import dataclass
13
from typing import (
0 commit comments