Skip to content

Commit 7850aeb

Browse files
committed
formatting
1 parent ca47835 commit 7850aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_launch() -> None:
1313
workers_per_host="slurm",
1414
)
1515

16-
result_values = result.all(by='rank')
16+
result_values = result.all(by="rank")
1717

1818
t = True
1919
for i in range(len(result_values)):

0 commit comments

Comments
 (0)