Skip to content

Commit 79da38d

Browse files
committed
fix spacing issue.
1 parent 98ba139 commit 79da38d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/understack-workflows/understack_workflows/main/get_raid_devices.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def parse_controller_details(client: Sushy) -> dict:
8080
break
8181
return result
8282

83+
8384
def get_raid_type(disk_count: int) -> int:
8485
if disk_count < 2:
8586
return 0

0 commit comments

Comments
 (0)