Fix flake8 errors

This commit is contained in:
Joe Rickerby
2020-05-02 22:50:52 +01:00
parent 007be7aea7
commit 9bb075aa0b
11 changed files with 38 additions and 27 deletions
+6 -4
View File
@@ -1,5 +1,9 @@
import os, subprocess
import pytest, textwrap
import os
import subprocess
import textwrap
import pytest
from . import utils
from .template_projects import CTemplateProject
@@ -39,7 +43,6 @@ def test(tmpdir):
assert set(actual_wheels) == set(expected_wheels)
def test_extras_require(tmpdir):
project_dir = str(tmpdir)
project_with_a_test.generate(project_dir)
@@ -74,4 +77,3 @@ def test_failing_test(tmp_path):
})
assert len(os.listdir(output_dir)) == 0