Fix flake8 whitespace warnings
This commit is contained in:
@@ -174,7 +174,6 @@ def build(project_dir, output_dir, test_command, before_test, test_requires, tes
|
||||
python_configurations = get_python_configurations(build_selector)
|
||||
|
||||
for config in python_configurations:
|
||||
|
||||
dependency_constraint_flags = []
|
||||
if dependency_constraints:
|
||||
dependency_constraint_flags = [
|
||||
@@ -183,7 +182,6 @@ def build(project_dir, output_dir, test_command, before_test, test_requires, tes
|
||||
|
||||
env = setup_python(config, dependency_constraint_flags, environment)
|
||||
|
||||
|
||||
# run the before_build command
|
||||
if before_build:
|
||||
before_build_prepared = prepare_command(before_build, project=abs_project_dir)
|
||||
|
||||
Reference in New Issue
Block a user