Skip to content

Commit 2f9e6e3

Browse files
committed
format
1 parent 2f588c6 commit 2f9e6e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/tests/sync/test_systemd.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ def test_restart_after_code_interpreter_kill(sandbox: Sandbox):
4343

4444
# Kill the code-interpreter process as root
4545
try:
46-
sandbox.commands.run(
47-
"kill -9 $(pgrep -f 'uvicorn main:app')", user="root"
48-
)
46+
sandbox.commands.run("kill -9 $(pgrep -f 'uvicorn main:app')", user="root")
4947
except Exception:
5048
pass
5149

0 commit comments

Comments
 (0)