Skip to content

Commit 33ecb4a

Browse files
committed
fix import order error
1 parent 0c68b82 commit 33ecb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/sshkey_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
import mock
1313

14-
from SoftLayer import testing
1514
from SoftLayer.CLI import exceptions
15+
from SoftLayer import testing
1616

1717

1818
class SshKeyTests(testing.TestCase):

0 commit comments

Comments
 (0)