Skip to content

Commit

Permalink
add test py code
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyW committed Feb 1, 2024
1 parent edf4d02 commit f2bd2b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/attestation/azext_attestation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def __init__(self, cli_ctx=None):
from azure.cli.core.commands import CliCommandType
attestation_custom = CliCommandType(
operations_tmpl='azext_attestation.custom#{}')
parent = super(AttestationManagementClientCommandsLoader, self)
parent.__init__(cli_ctx=cli_ctx, custom_command_type=attestation_custom)
super().__init__(cli_ctx=cli_ctx, custom_command_type=attestation_custom)

def load_command_table(self, args):
from azext_attestation.commands import load_command_table
Expand Down

0 comments on commit f2bd2b2

Please sign in to comment.