Skip to content

Commit b4c5e67

Browse files
shamrinfreetonik
andauthored
import ClusterStatus directly
Co-authored-by: Rakhim Davletkaliyev <rakhim@rakhim.org>
1 parent f65b848 commit b4c5e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/clusters_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import time
1414

1515
from verda import VerdaClient
16-
from verda.constants import Actions, Locations
16+
from verda.constants import Actions, Locations, ClusterStatus
1717

1818
# Get credentials from environment variables
1919
CLIENT_ID = os.environ.get('VERDA_CLIENT_ID')

0 commit comments

Comments
 (0)