summaryrefslogtreecommitdiff
path: root/setuptools/command/py36compat.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 12:46:30 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-19 12:46:30 -0500
commit3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b (patch)
treeffbf9cd5a02337ced626892b672b7e21bd305717 /setuptools/command/py36compat.py
parenta0e8d0568d84e29066a5b45aade5aafe28237ec0 (diff)
downloadpython-setuptools-git-3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b.tar.gz
👹 Feed the hobgoblins (delint).
Diffstat (limited to 'setuptools/command/py36compat.py')
-rw-r--r--setuptools/command/py36compat.py2
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