Skip to content

Commit 8a8aa3c

Browse files
committed
Fix flake8 error
1 parent fe3e93a commit 8a8aa3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/command/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from distutils.command.build import build as _build
22

3+
34
class build(_build):
45
pass

0 commit comments

Comments
 (0)