Skip to content

Commit c2a2f17

Browse files
committed
mypy fix
1 parent 36e4b5d commit c2a2f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vec_inf/client/_slurm_vars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def create_literal_type(values: list[str], fallback: str = "") -> Any:
7878
_config["allowed_values"]["resource_type"]
7979
)
8080

81-
# Extract required arguments, for launching jobs that don't have a default value and their
82-
# corresponding environment variables
81+
# Extract required arguments, for launching jobs that don't have a default value and
82+
# their corresponding environment variables
8383
REQUIRED_ARGS: dict[str, str] = _config["required_args"]
8484

8585
# Extract default arguments

0 commit comments

Comments
 (0)