diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 12:46:30 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 12:46:30 -0500 |
| commit | 3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b (patch) | |
| tree | ffbf9cd5a02337ced626892b672b7e21bd305717 /setuptools/command/py36compat.py | |
| parent | a0e8d0568d84e29066a5b45aade5aafe28237ec0 (diff) | |
| download | python-setuptools-git-3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b.tar.gz | |
👹 Feed the hobgoblins (delint).
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 |
