aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/py36compat.py
diff options
context:
space:
mode:
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