Skip to content

Commit e831d6f

Browse files
committed
Remove unused utils import
1 parent a02fdf9 commit e831d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/codeflare_sdk/cluster/cluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
RayCluster,
3636
RayClusterStatus,
3737
)
38-
from kubernetes import client, config, utils
38+
from kubernetes import client, config
3939
import yaml
4040
import os
4141
import requests

0 commit comments

Comments
 (0)