Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz committed Oct 29, 2024
1 parent 99b965c commit ca7fb67
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/virtual-network-tap/azext_vnettap/__init__.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
# --------------------------------------------------------------------------------------------

from azure.cli.core import AzCommandsLoader
from azure.cli.core.profiles import register_resource_type

import azext_vnettap._help # pylint: disable=unused-import

1 change: 0 additions & 1 deletion src/virtual-network-tap/azext_vnettap/commands.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
# --------------------------------------------------------------------------------------------

# pylint: disable=line-too-long
from azure.cli.core.commands import CliCommandType


# pylint: disable=too-many-locals, too-many-statements
2 changes: 2 additions & 0 deletions src/virtual-network-tap/azext_vnettap/custom.py
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

# pylint: disable=protected-access

from .aaz.latest.network.vnet.tap import Create as _CreateVnetTap
from .aaz.latest.network.nic.vtap_config import Create as _CreateVtapConfig
from azure.cli.core.util import parse_proxy_resource_id

0 comments on commit ca7fb67

Please sign in to comment.