Skip to content

Commit 9bb1ac1

Browse files
committed
fix style
1 parent 6636534 commit 9bb1ac1

File tree

1 file changed

+1
-0
lines changed
  • src/azure-cli/azure/cli/command_modules/vm

1 file changed

+1
-0
lines changed

src/azure-cli/azure/cli/command_modules/vm/custom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2873,6 +2873,7 @@ def vm_run_command_update(cmd,
28732873
error_blob_uri=None,
28742874
no_wait=False):
28752875
from .aaz.latest.vm.run_command import Update as _Update
2876+
28762877
class Update(_Update):
28772878
def pre_instance_update(self, instance):
28782879
if tags is not None:

0 commit comments

Comments
 (0)