Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge committed Nov 30, 2023
1 parent 621a98f commit 23c1270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/assemble_cluster_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
import tempfile

from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.common.text.converters import to_native, to_text
from ansible.module_utils.common.text.converters import to_native


class AssembleClusterTemplate(object):
Expand Down

0 comments on commit 23c1270

Please sign in to comment.