Fix all PEP-008 issues
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import os
|
||||
|
||||
import utils
|
||||
|
||||
|
||||
project_dir = os.path.dirname(__file__)
|
||||
|
||||
|
||||
def test():
|
||||
# build the wheels
|
||||
actual_wheels = utils.cibuildwheel_run(project_dir)
|
||||
|
||||
Reference in New Issue
Block a user