Skip to content

Commit 6552b9c

Browse files
committed
fix lint
1 parent e53cf10 commit 6552b9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/aks-preview/azext_aks_preview/custom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,7 @@ def aks_list(cmd, client, resource_group_name=None):
15081508
return _remove_nulls(list(managed_clusters))
15091509

15101510

1511+
# pylint: disable=too-many-nested-blocks
15111512
def _remove_nulls(managed_clusters):
15121513
"""
15131514
Remove some often-empty fields from a list of ManagedClusters, so the JSON representation

0 commit comments

Comments
 (0)