Skip to content

Commit f2bd2b2

Browse files
committed
add test py code
1 parent edf4d02 commit f2bd2b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/attestation/azext_attestation/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ def __init__(self, cli_ctx=None):
2121
from azure.cli.core.commands import CliCommandType
2222
attestation_custom = CliCommandType(
2323
operations_tmpl='azext_attestation.custom#{}')
24-
parent = super(AttestationManagementClientCommandsLoader, self)
25-
parent.__init__(cli_ctx=cli_ctx, custom_command_type=attestation_custom)
24+
super().__init__(cli_ctx=cli_ctx, custom_command_type=attestation_custom)
2625

2726
def load_command_table(self, args):
2827
from azext_attestation.commands import load_command_table

0 commit comments

Comments
 (0)