Skip to content

Commit

Permalink
fix: use native py3+ selectors (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba authored Dec 8, 2024
1 parent e81d9f9 commit 9412ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
import os
import sys
import pty
import selectors
import shutil
import subprocess
import fcntl
import getpass

from ansible.errors import AnsibleError, AnsibleFileNotFound
from ansible.module_utils.compat import selectors
from ansible.module_utils.six import text_type, binary_type
from ansible.module_utils._text import to_bytes, to_native, to_text
from ansible.plugins.connection import ConnectionBase
Expand Down

0 comments on commit 9412ffe

Please sign in to comment.