Skip to content

Commit 73a67d4

Browse files
committed
fix lint2
1 parent 202cbc7 commit 73a67d4

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from azure.cli.core.local_context import LocalContextAttribute, LocalContextAction
1414
from azure.cli.command_modules.appservice._appservice_utils import MSI_LOCAL_ID
1515
from azure.mgmt.web.models import (DatabaseType, ConnectionStringType, BuiltInAuthenticationProvider,
16-
AzureStorageType, AutoGeneratedDomainNameLabelScope)
16+
AzureStorageType, AutoGeneratedDomainNameLabelScope)
1717

1818
from ._completers import get_hostname_completion_list
1919
from ._constants import (FUNCTIONS_VERSIONS, LOGICAPPS_NODE_RUNTIME_VERSIONS, WINDOWS_OS_NAME, LINUX_OS_NAME,

0 commit comments

Comments
 (0)