aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/__init__.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 13:25:45 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-19 13:25:45 -0500
commit5ce9e5f343ca14f9875106f37f16ad498b294183 (patch)
treec7d0ed37234ba1d6d4e253bdbf866c63793edfc0 /setuptools/tests/__init__.py
parent313ac58f51c6ef92170647c4cc8626043f68a26b (diff)
downloadexternal_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.gz
external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.bz2
external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.zip
👹 Feed the hobgoblins (delint).
Diffstat (limited to 'setuptools/tests/__init__.py')
-rw-r--r--setuptools/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py
index 5f4a1c29..9c77b51f 100644
--- a/setuptools/tests/__init__.py
+++ b/setuptools/tests/__init__.py
@@ -6,7 +6,7 @@ from setuptools.extern.six import PY2, PY3
__all__ = [
- 'fail_on_ascii', 'py2_only', 'py3_only'
+ 'fail_on_ascii', 'py2_only', 'py3_only'
]