Skip to content

Commit 6a3a24c

Browse files
committed
Add missing import
1 parent cd32d2d commit 6a3a24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vec_inf/client/_slurm_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import warnings
55
from pathlib import Path
6-
from typing import Any
6+
from typing import Any, TypeAlias
77

88
import yaml
99
from typing_extensions import Literal

0 commit comments

Comments
 (0)