Skip to content

Commit 6e09d52

Browse files
author
Kincaid Savoie
committed
Made code a bit more concise.
1 parent 655fba7 commit 6e09d52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pssh/ssh_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import logging
2626
import paramiko
2727
import os
28-
import itertools
2928
from socket import gaierror as sock_gaierror, error as sock_error
3029
from .exceptions import UnknownHostException, AuthenticationException, \
3130
ConnectionErrorException, SSHException

0 commit comments

Comments
 (0)