Skip to content

Commit 0492f55

Browse files
committed
refactor: remove unused import from multipass_vm module
1 parent 3947f8e commit 0492f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/multipass_vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright 2023 Kenneth KOFFI (@theko2fi)
55
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
66

7-
from ansible.module_utils.basic import AnsibleModule, env_fallback
7+
from ansible.module_utils.basic import AnsibleModule
88
from ansible_collections.theko2fi.multipass.plugins.module_utils.multipass import Multipass
99
from ansible_collections.theko2fi.multipass.plugins.module_utils.multipass_api import basic_auth_argument_spec
1010
from ansible_collections.theko2fi.multipass.plugins.module_utils.errors import MultipassAPIAuthenticationError

0 commit comments

Comments
 (0)