Skip to content

Commit 7597d89

Browse files
committed
make ruff happy
1 parent 1c6ffd3 commit 7597d89

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
@@ -13,7 +13,7 @@
1313
import time
1414

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

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

0 commit comments

Comments
 (0)