summaryrefslogtreecommitdiffstats
path: root/ipapython/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/ssh.py')
-rw-r--r--ipapython/ssh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipapython/ssh.py b/ipapython/ssh.py
index daa44bdd9..c76cf51e4 100644
--- a/ipapython/ssh.py
+++ b/ipapython/ssh.py
@@ -25,7 +25,6 @@ SSH utilities.
import base64
import re
import struct
-import binascii
from hashlib import md5, sha1
from hashlib import sha256 #pylint: disable=E0611