Skip to content

Commit a4db65f

Browse files
committed
Remove wrong comment
1 parent 5801753 commit a4db65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_patching_does_not_cause_problems():
4242
# Ensure `dist.log` is only patched if necessary
4343

4444
import setuptools.logging
45-
from distutils import dist # <- load distutils after all the patches take place
45+
from distutils import dist
4646

4747
setuptools.logging.configure()
4848

0 commit comments

Comments
 (0)