We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c845ae commit 07bd485Copy full SHA for 07bd485
1 file changed
src/azure-cli/azure/cli/command_modules/vm/_actions.py
@@ -19,8 +19,6 @@
19
from azure.cli.core.commands.parameters import get_one_of_subscription_locations
20
from azure.cli.core.commands.arm import resource_exists
21
22
-from ._client_factory import _compute_client_factory
23
-
24
from .generated.action import * # noqa: F403, pylint: disable=unused-wildcard-import,wildcard-import
25
try:
26
from .manual.action import * # noqa: F403, pylint: disable=unused-wildcard-import,wildcard-import
0 commit comments