summaryrefslogtreecommitdiff
path: root/setuptools
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2022-04-11 21:25:23 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-04-11 21:28:20 +0100
commit8a8aa3c861efb589a50dead84dc2dcb89cddcf43 (patch)
treea528bfa7e23518441ddf8c6576aee7509ca21bf0 /setuptools
parentfe3e93a0b74a987fa4545f75f3f6301fc15f571e (diff)
downloadpython-setuptools-git-8a8aa3c861efb589a50dead84dc2dcb89cddcf43.tar.gz
Fix flake8 error
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/command/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/command/build.py b/setuptools/command/build.py
index 46b75559..6f0e560c 100644
--- a/setuptools/command/build.py
+++ b/setuptools/command/build.py
@@ -1,4 +1,5 @@
from distutils.command.build import build as _build
+
class build(_build):
pass