diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-21 05:55:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-21 05:55:44 -0400 |
commit | cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7 (patch) | |
tree | 1551248b2a29b34b26388ea68fe994854f3e84e2 /setuptools/command/py36compat.py | |
parent | 7843688bc33dd4e13e10130bc49da4c290fe7d7f (diff) | |
parent | 060445bfb557a1d0f6b726716dafa6bacaa44c34 (diff) | |
download | external_python_setuptools-cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7.tar.gz external_python_setuptools-cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7.tar.bz2 external_python_setuptools-cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7.zip |
Merge branch 'master' into jorikdima-master
Diffstat (limited to 'setuptools/command/py36compat.py')
-rw-r--r-- | setuptools/command/py36compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/py36compat.py b/setuptools/command/py36compat.py index 61063e75..28860558 100644 --- a/setuptools/command/py36compat.py +++ b/setuptools/command/py36compat.py @@ -132,5 +132,5 @@ class sdist_add_defaults: if hasattr(sdist.sdist, '_add_defaults_standards'): # disable the functionality already available upstream - class sdist_add_defaults: + class sdist_add_defaults: # noqa pass |