Skip to content

Commit fa4b87a

Browse files
missed some pep8 stuff
1 parent 6f24f98 commit fa4b87a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SoftLayer/tests/managers/cci_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ def test_generate_multi_disk(self):
502502
self.assertTrue(data.get('blockDevices'))
503503
self.assertEqual(data['blockDevices'], assert_data['blockDevices'])
504504

505-
506505
def test_change_port_speed_public(self):
507506
cci_id = 1
508507
speed = 100
@@ -542,6 +541,7 @@ def test_edit(self):
542541
self.cci.edit(100, **args)
543542
service.editObject.assert_called_once_with(args, id=100)
544543

544+
545545
class CCIWaitReadyGoTests(unittest.TestCase):
546546

547547
def setUp(self):
@@ -703,4 +703,3 @@ def test_iter_ten_incomplete(self, _sleep):
703703
_sleep.assert_has_calls([
704704
call(10), call(10), call(10), call(10), call(10),
705705
call(10), call(10), call(10), call(10)])
706-

0 commit comments

Comments
 (0)