Skip to content

Commit 94662d2

Browse files
Remove the sort method
1 parent f3f722d commit 94662d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

aci-preupgrade-validation-script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6455,7 +6455,6 @@ def wred_affected_model_check(tversion, fabric_nodes, **kwargs):
64556455
if not data:
64566456
return Result(result=NA, msg="No affected Fabric module found.")
64576457

6458-
data.sort(key=lambda row: (int(row[0]) if row[0].isdigit() else row[0], row[3]))
64596458
result = FAIL_O
64606459

64616460
return Result(result=result, headers=headers, data=data, recommended_action=recommended_action, doc_url=doc_url)

0 commit comments

Comments
 (0)