aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/py27compat.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-15 06:13:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-15 06:13:10 -0400
commit619e229c9777f0ee0851d8c5c94caaad7d89d434 (patch)
tree2013eec1df4def402792a3b932d904b714b7e493 /setuptools/py27compat.py
parentb0657c80db7891a9eca038199d5d4c2e2bafed03 (diff)
parente04c75ab906caadff4609ef34de8973c8e92eff8 (diff)
downloadexternal_python_setuptools-619e229c9777f0ee0851d8c5c94caaad7d89d434.tar.gz
external_python_setuptools-619e229c9777f0ee0851d8c5c94caaad7d89d434.tar.bz2
external_python_setuptools-619e229c9777f0ee0851d8c5c94caaad7d89d434.zip
Merge branch 'master' into docs/setup.cfg-only
Diffstat (limited to 'setuptools/py27compat.py')
-rw-r--r--setuptools/py27compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/py27compat.py b/setuptools/py27compat.py
index 1d57360f..ba39af52 100644
--- a/setuptools/py27compat.py
+++ b/setuptools/py27compat.py
@@ -16,7 +16,7 @@ def get_all_headers(message, key):
if six.PY2:
- def get_all_headers(message, key):
+ def get_all_headers(message, key): # noqa
return message.getheaders(key)