Skip to content

Commit 2d1eca4

Browse files
committed
Fix coding style issues
1 parent f29a378 commit 2d1eca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/test_schedulers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,7 @@ def test_flex_alloc_nodes_unsupported_constraint(make_flexible_job):
11891189
with pytest.raises(JobError):
11901190
prepare_job(job)
11911191

1192+
11921193
def test_flex_alloc_nodes_invalid_constraint(make_flexible_job):
11931194
job = make_flexible_job('all')
11941195
job.options = ['-C "(f1|f2)&"']

0 commit comments

Comments
 (0)