diff options
| author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-04-11 21:25:23 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-04-11 21:28:20 +0100 |
| commit | 8a8aa3c861efb589a50dead84dc2dcb89cddcf43 (patch) | |
| tree | a528bfa7e23518441ddf8c6576aee7509ca21bf0 /setuptools | |
| parent | fe3e93a0b74a987fa4545f75f3f6301fc15f571e (diff) | |
| download | python-setuptools-git-8a8aa3c861efb589a50dead84dc2dcb89cddcf43.tar.gz | |
Fix flake8 error
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/command/build.py | 1 |
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 |
