client: remove unneeded 'if'

This commit is contained in:
Roman Zeyde
2016-02-06 18:27:46 +02:00
parent be86507e00
commit dee13b75ea

View File

@@ -119,7 +119,6 @@ def _get_address(identity):
def _parse_ssh_blob(data):
res = {}
if data:
i = io.BytesIO(data)
res['nonce'] = util.read_frame(i)
i.read(1) # TBD