Skip to content

Commit aa3aecd

Browse files
committed
fix type annotation for function return
1 parent 2faca7a commit aa3aecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/core/gpu_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from src.utils.log.logger import Logger
99

1010

11-
def fetch_gpu(log: Logger) -> tuple[str, str | None] | None:
11+
def fetch_gpu(log: Logger) -> list[str] | None:
1212
"""Fetch the GPU of the system.
1313
1414
Args:

0 commit comments

Comments
 (0)