diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
commit | 5ce9e5f343ca14f9875106f37f16ad498b294183 (patch) | |
tree | c7d0ed37234ba1d6d4e253bdbf866c63793edfc0 /setuptools/tests/__init__.py | |
parent | 313ac58f51c6ef92170647c4cc8626043f68a26b (diff) | |
download | external_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__.py | 2 |
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' ] |