Skip to content

Commit 143d1ec

Browse files
committed
pep8
1 parent c81a41d commit 143d1ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_executor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def _check_str_attrs(ex: BatchSchedulerExecutor, job: Job, names: List[str],
195195

196196

197197
_PREFIX_TR = {'pbspro': 'pbs'}
198+
199+
198200
def _get_attr_prefix(exec_name: str) -> str:
199201
if exec_name in _PREFIX_TR:
200202
return _PREFIX_TR[exec_name]

0 commit comments

Comments
 (0)