Skip to content

Commit 6fbc6ef

Browse files
committed
Auto auto fix of rule F401
1 parent 38cb761 commit 6fbc6ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pip/_internal/operations/build/build_tracker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
import logging
44
import os
55
from types import TracebackType
6-
from typing import Dict, Generator, Optional, Set, Type, Union
6+
from typing import Dict, Generator, Optional, Type, Union
77

8-
from pip._internal.models.link import Link
98
from pip._internal.req.req_install import InstallRequirement
109
from pip._internal.utils.temp_dir import TempDirectory
1110

0 commit comments

Comments
 (0)