Skip to content

Commit 1405996

Browse files
author
Andrey
committed
Revert temporary code
1 parent 5081165 commit 1405996

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ebb_lint/test/test_flake8.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1256,10 +1256,7 @@ def test_linting_with_filename(assert_lint, tmpdir, source, filename):
12561256
@pytest.mark.parametrize('source', all_sources)
12571257
def test_linting_with_default_filename(assert_lint, tmpdir, source):
12581258
sourcefile = tmpdir.join('source.py')
1259-
try:
1260-
assert_lint(source, sourcefile)
1261-
except Exception as e:
1262-
raise
1259+
assert_lint(source, sourcefile)
12631260

12641261

12651262
if six.PY2:

0 commit comments

Comments
 (0)