Fix all PEP-008 issues
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from setuptools import setup, Extension
|
||||
from setuptools import (
|
||||
Extension,
|
||||
setup,
|
||||
)
|
||||
|
||||
setup(
|
||||
name="spam",
|
||||
|
||||
Reference in New Issue
Block a user