Skip to content

Commit 8487dae

Browse files
committed
ruff fix
1 parent 7e02bc9 commit 8487dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vec_inf/client/_slurm_script_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def _generate_env_str(self) -> str:
4848
Returns
4949
-------
5050
str
51-
Formatted environment variables string for container or shell export commands.
51+
Formatted env vars string for container or shell export commands.
5252
"""
5353
env_dict: dict[str, str] = self.params.get("env", {})
5454

0 commit comments

Comments
 (0)