We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7b220 commit f1abcfcCopy full SHA for f1abcfc
SoftLayer/CLI/virt/upgrade.py
@@ -1,9 +1,10 @@
1
"""Upgrade a virtual server."""
2
# :license: MIT, see LICENSE for more details.
3
4
-import click
5
import json
6
+import click
7
+
8
import SoftLayer
9
from SoftLayer.CLI import environment
10
from SoftLayer.CLI import exceptions
0 commit comments