Skip to content

Commit e6aa806

Browse files
committed
Updating to adhere to PEP8
1 parent 7df54ef commit e6aa806

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

SoftLayer/managers/hardware.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -614,10 +614,10 @@ def update_firmware(self,
614614
bool(ipmi), bool(raid_controller), bool(bios), bool(hard_drive), id=hardware_id)
615615

616616
def reflash_firmware(self,
617-
hardware_id,
618-
ipmi=True,
619-
raid_controller=True,
620-
bios=True):
617+
hardware_id,
618+
ipmi=True,
619+
raid_controller=True,
620+
bios=True):
621621
"""Reflash hardware firmware.
622622
623623
This will cause the server to be unavailable for ~60 minutes.

tests/managers/hardware_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ def test_reflash_firmware(self):
402402

403403
def test_reflash_firmware_selective(self):
404404
result = self.hardware.reflash_firmware(100,
405-
raid_controller=False,
406-
bios=False)
405+
raid_controller=False,
406+
bios=False)
407407

408408
self.assertEqual(result, True)
409409
self.assert_called_with('SoftLayer_Hardware_Server',

0 commit comments

Comments
 (0)