Skip to content

Commit 85ef1ed

Browse files
committed
Added R1702 to the pylint disable comment on the function definition.
1 parent bac3d75 commit 85ef1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrate/azext_migrate/helpers/replication/get/_execute_get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _format_protected_item(item):
178178
return formatted_item
179179

180180

181-
def _print_protected_item_details(item): # pylint: disable=too-many-nested-blocks
181+
def _print_protected_item_details(item): # pylint: disable=too-many-nested-blocks,R1702
182182
"""
183183
Print detailed information about a protected item.
184184

0 commit comments

Comments
 (0)