Skip to content

Commit

Permalink
delete unsed package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun committed Apr 6, 2021
1 parent b147e79 commit b7bd1b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion plugins/modules/azure_rm_vpnsite.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@
from ansible_collections.azure.azcollection.plugins.module_utils.azure_rm_common_ext import AzureRMModuleBaseExt
try:
from msrestazure.azure_exceptions import CloudError
from azure.mgmt.network import NetworkManagementClient
from msrestazure.azure_operation import AzureOperationPoller
from msrest.polling import LROPoller
except ImportError:
Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/azure_rm_vpnsite_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@
from ansible_collections.azure.azcollection.plugins.module_utils.azure_rm_common_ext import AzureRMModuleBase
try:
from msrestazure.azure_exceptions import CloudError
from azure.mgmt.network import NetworkManagementClient
from msrestazure.azure_operation import AzureOperationPoller
from msrest.polling import LROPoller
except ImportError:
# This is handled in azure_rm_common
pass
Expand Down

0 comments on commit b7bd1b4

Please sign in to comment.