Fixed E301 flake8 errors

expected 1 blank line, found 0
This commit is contained in:
Andras Tim
2017-07-17 01:25:09 +02:00
parent 9bad9b53d8
commit 17a21d540b
20 changed files with 43 additions and 1 deletions

View File

@@ -1251,6 +1251,7 @@ class TestMetafuncFunctionalAuto(object):
class TestMarkersWithParametrization(object):
pytestmark = pytest.mark.issue308
def test_simple_mark(self, testdir):
s = """
import pytest