Skip to content

Commit f1abcfc

Browse files
author
caberos
committed
fix tox tool
1 parent bb7b220 commit f1abcfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SoftLayer/CLI/virt/upgrade.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""Upgrade a virtual server."""
22
# :license: MIT, see LICENSE for more details.
33

4-
import click
54
import json
65

6+
import click
7+
78
import SoftLayer
89
from SoftLayer.CLI import environment
910
from SoftLayer.CLI import exceptions

0 commit comments

Comments
 (0)