Skip to content

Commit

Permalink
Apply PR suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Skvortsov <[email protected]>
  • Loading branch information
un-def and r4victor authored Dec 30, 2024
1 parent a43e098 commit c071bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dstack/_internal/server/schemas/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class TaskSubmitRequest(CoreModel):
instance_mounts: list[InstanceMountPoint]
host_ssh_user: str
host_ssh_keys: list[str]
container_ssh_keys: List[str]
container_ssh_keys: list[str]


class TaskTerminateRequest(CoreModel):
Expand Down

0 comments on commit c071bd6

Please sign in to comment.