Skip to content

Commit 5cfdc18

Browse files
committed
fixup! Hash checking of cached wheels
1 parent ce5e145 commit 5cfdc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import configparser
99
import re
1010
from itertools import chain, groupby, repeat
11-
from typing import TYPE_CHECKING, Dict, List, Mapping, Optional, Protocol, Union
11+
from typing import TYPE_CHECKING, Dict, List, Mapping, Optional, Union
1212

1313
from pip._vendor.requests.models import Request, Response
1414
from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult

0 commit comments

Comments
 (0)