Skip to content

Commit

Permalink
Merge pull request #9 from thystips/master
Browse files Browse the repository at this point in the history
Fix module on recent ansible version
  • Loading branch information
goffinet authored Jun 6, 2022
2 parents a0c3c55 + ef65e2f commit bdd66a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/modules/gns3_telnet_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
PEXPECT_IMP_ERR = traceback.format_exc()
HAS_PEXPECT = False

from ansible.utils.display import Display # noqa: E402
from ansible.module_utils.basic import AnsibleModule, missing_required_lib # noqa: E402
from ansible.errors import AnsibleError # noqa: E402

Expand All @@ -142,8 +141,6 @@
"general": 30,
}

display = Display()


def enable_prompt_resolve(conn, enable_password, prompts):
try:
Expand Down

0 comments on commit bdd66a9

Please sign in to comment.