summaryrefslogtreecommitdiff
path: root/setuptools/tests
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-11-23 20:25:01 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-11-23 20:25:01 +0000
commita4db65ff4c5b3edd4739b0864f4e1641b37b3b87 (patch)
tree1cca98189b0d468653c0d759fd333c85991b4c24 /setuptools/tests
parent580175342bc0ffc27ee114d0f4f8363b572d0910 (diff)
downloadpython-setuptools-git-a4db65ff4c5b3edd4739b0864f4e1641b37b3b87.tar.gz
Remove wrong comment
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_logging.py b/setuptools/tests/test_logging.py
index e9256395..aa2b502b 100644
--- a/setuptools/tests/test_logging.py
+++ b/setuptools/tests/test_logging.py
@@ -42,7 +42,7 @@ def test_patching_does_not_cause_problems():
# Ensure `dist.log` is only patched if necessary
import setuptools.logging
- from distutils import dist # <- load distutils after all the patches take place
+ from distutils import dist
setuptools.logging.configure()