We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5801753 commit a4db65fCopy full SHA for a4db65f
setuptools/tests/test_logging.py
@@ -42,7 +42,7 @@ def test_patching_does_not_cause_problems():
42
# Ensure `dist.log` is only patched if necessary
43
44
import setuptools.logging
45
- from distutils import dist # <- load distutils after all the patches take place
+ from distutils import dist
46
47
setuptools.logging.configure()
48
0 commit comments