mirror of
https://github.com/romanz/amodem.git
synced 2026-05-04 09:06:27 +08:00
client: remove unneeded 'if'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user