Skip to content

Commit df435d8

Browse files
committed
Test and logic updates
1 parent 50d3e95 commit df435d8

File tree

8 files changed

+475
-571
lines changed

8 files changed

+475
-571
lines changed

src/codeflare_sdk/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
AppWrapperStatus,
1212
RayJobClient,
1313
RayJob,
14+
RayJobClusterConfig,
1415
)
1516

1617
from .common.widgets import view_clusters

src/codeflare_sdk/ray/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from .rayjobs import (
88
RayJob,
9+
RayJobClusterConfig,
910
RayJobDeploymentStatus,
1011
CodeflareRayJobStatus,
1112
RayJobInfo,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .rayjob import RayJob
1+
from .rayjob import RayJob, RayJobClusterConfig
22
from .status import RayJobDeploymentStatus, CodeflareRayJobStatus, RayJobInfo

0 commit comments

Comments
 (0)