Skip to content

Commit e2f15db

Browse files
committed
black formatted
1 parent b959702 commit e2f15db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudshell/sandbox_rest/sandbox_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,4 @@ def delete_execution(self, execution_id: str) -> dict:
406406
user_api = SandboxRestApiSession(host="localhost", token=user_token)
407407
response = user_api.start_sandbox(blueprint_id="end user bp")
408408
commands = user_api.get_sandbox_command_details()
409-
pass
409+
pass

0 commit comments

Comments
 (0)