Skip to content

Commit 31ce1e6

Browse files
committed
Fix import in cluster command after merging changes from master
1 parent b509bc0 commit 31ce1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradient/commands/clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import six
44
from halo import halo
55

6-
from gradient import version, logger as gradient_logger, exceptions
6+
from gradient import clilogger as gradient_logger, exceptions
77
from gradient.api_sdk import sdk_exceptions
88
from gradient.commands.common import ListCommandMixin
99

0 commit comments

Comments
 (0)