Skip to content

Commit c09eaab

Browse files
committed
update custom.py
1 parent 13ae8b9 commit c09eaab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/portal/azext_portal/custom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
# --------------------------------------------------------------------------------------------
55
# pylint: disable=wildcard-import
66
# pylint: disable=unused-wildcard-import
7+
# pylint: disable=line-too-long, unsupported-assignment-operation, protected-access
78

89
import json
910

10-
from azure.cli.core.aaz import AAZFileArg, AAZObjectArg, AAZStrArg, has_value
11+
from azure.cli.core.aaz import AAZFileArg, has_value
1112
from azure.cli.core.util import CLIError
1213
from azure.cli.core.azclierror import ArgumentUsageError
1314

0 commit comments

Comments
 (0)