Skip to content

Commit b6c08c8

Browse files
shamrinfreetonik
andauthored
Update examples/clusters_example.py
Co-authored-by: Rakhim Davletkaliyev <rakhim@rakhim.org>
1 parent d3a6203 commit b6c08c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clusters_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def list_clusters_example():
8181
)
8282

8383
# Get clusters with specific status
84-
running_clusters = verda.clusters.get(status=verda.constants.cluster_status.RUNNING)
84+
running_clusters = verda.clusters.get(status=ClusterStatus.RUNNING)
8585
print(f'\nFound {len(running_clusters)} running cluster(s)')
8686

8787
return clusters

0 commit comments

Comments
 (0)