Skip to content

Commit be8cf13

Browse files
committed
linting
Signed-off-by: Samuel Babak <samuel.babak@sas.com>
1 parent c0aa53b commit be8cf13

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/test_code_file.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,7 @@ def test_write_id_code_file_post_fails_cleanup_fails(
475475

476476
code = "def execute():\n return 'test'"
477477

478-
with pytest.raises(
479-
RuntimeError
480-
):
478+
with pytest.raises(RuntimeError):
481479
CodeFile.write_id_code_file(
482480
code=code,
483481
file_name="test_code.py",

0 commit comments

Comments
 (0)