We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f0006 commit c8e005dCopy full SHA for c8e005d
setuptools/command/editable_wheel.py
@@ -59,7 +59,7 @@
59
from .install_scripts import install_scripts as install_scripts_cls
60
61
if TYPE_CHECKING:
62
- from ..extern.wheel.wheelfile import WheelFile # type:ignore[import-untyped]
+ from .._vendor.wheel.wheelfile import WheelFile # type:ignore[import-untyped]
63
64
_P = TypeVar("_P", bound=StrPath)
65
_logger = logging.getLogger(__name__)
0 commit comments