Skip to content

Commit 5109709

Browse files
committed
Remove unused WheelBuilder attribute
Remnant of a reverted feature.
1 parent c0d05dc commit 5109709

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pip/_internal/wheel_builder.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
if MYPY_CHECK_RUNNING:
3434
from typing import (
35-
Any, Callable, Iterable, List, Optional, Pattern, Text, Tuple, Union,
35+
Any, Callable, Iterable, List, Optional, Pattern, Text, Tuple,
3636
)
3737

3838
from pip._internal.cache import WheelCache
@@ -323,8 +323,6 @@ def __init__(
323323
self.build_options = build_options or []
324324
self.global_options = global_options or []
325325
self.check_binary_allowed = check_binary_allowed
326-
# file names of built wheel names
327-
self.wheel_filenames = [] # type: List[Union[bytes, Text]]
328326

329327
def _build_one(
330328
self,

0 commit comments

Comments
 (0)