Skip to content

Commit caa7c49

Browse files
committed
return type fixed
1 parent 44d2e33 commit caa7c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def get_gpu_type_from_cluster(args) -> str:
423423
return ''
424424

425425

426-
def setup_k8s_service_accounts() -> str:
426+
def setup_k8s_service_accounts() -> None:
427427
"""
428428
Creates/sets up SAs and the roles for them
429429
"""

0 commit comments

Comments
 (0)