Skip to content

Commit 854e597

Browse files
committed
Fixed wrong import
1 parent 6fbe5fc commit 854e597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_bdist_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,6 @@ def _fake_import(name: str, *args, **kwargs):
455455
if module.startswith("wheel"):
456456
monkeypatch.delitem(sys.modules, module)
457457

458-
from setuptools.extern.wheel import bdist_wheel
458+
from setuptools.command import bdist_wheel
459459

460460
assert bdist_wheel

0 commit comments

Comments
 (0)