Skip to content

Commit 74c0a87

Browse files
committed
fix style
1 parent ecd79b2 commit 74c0a87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/azure-cli/azure/cli/command_modules/monitor/operations/action_groups_identity.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pylint: disable=protected-access
66
from knack.log import get_logger
77

8-
from azure.cli.core.aaz import register_command ,has_value, AAZBoolArg, AAZListArg, AAZResourceIdArg, AAZResourceIdArgFormat
8+
from azure.cli.core.aaz import register_command, has_value, AAZBoolArg, AAZListArg, AAZResourceIdArg, AAZResourceIdArgFormat
99
from ..aaz.latest.monitor.action_group import Update as _ActionGroupUpdate, Show as _ActionGroupShow
1010

1111
logger = get_logger(__name__)
@@ -220,4 +220,3 @@ class ActionGroupIdentityShow(_ActionGroupShow):
220220
def _output(self, *args, **kwargs):
221221
result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True)
222222
return result.get('identity', {})
223-

0 commit comments

Comments
 (0)