Skip to content

Commit

Permalink
Update reference to wheel, no longer vendored.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 23, 2024
1 parent 17db12c commit f7aea6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/command/editable_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

if TYPE_CHECKING:
from typing_extensions import Self
from wheel.wheelfile import WheelFile

from .._vendor.wheel.wheelfile import WheelFile

_P = TypeVar("_P", bound=StrPath)
_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit f7aea6a

Please sign in to comment.