Skip to content

Commit 9ace730

Browse files
committed
mypy fix
1 parent 8487dae commit 9ace730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vec_inf/client/_slurm_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class SlurmScriptTemplate(TypedDict):
7474
shebang: ShebangConfig
7575
container_setup: list[str]
7676
imports: str
77-
env_vars: list[str]
77+
container_env_vars: list[str]
7878
container_command: str
7979
activate_venv: str
8080
server_setup: ServerSetupConfig

0 commit comments

Comments
 (0)