Skip to content

Commit c8e005d

Browse files
committed
Reverted typechecker-only import
1 parent 82f0006 commit c8e005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/command/editable_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
from .install_scripts import install_scripts as install_scripts_cls
6060

6161
if TYPE_CHECKING:
62-
from ..extern.wheel.wheelfile import WheelFile # type:ignore[import-untyped]
62+
from .._vendor.wheel.wheelfile import WheelFile # type:ignore[import-untyped]
6363

6464
_P = TypeVar("_P", bound=StrPath)
6565
_logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)