We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655fba7 commit 6e09d52Copy full SHA for 6e09d52
pssh/ssh_client.py
@@ -25,7 +25,6 @@
25
import logging
26
import paramiko
27
import os
28
-import itertools
29
from socket import gaierror as sock_gaierror, error as sock_error
30
from .exceptions import UnknownHostException, AuthenticationException, \
31
ConnectionErrorException, SSHException
0 commit comments