mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 13:46:30 +08:00
Add GitHub CI
Fixup a few pylint comments
This commit is contained in:
@@ -71,6 +71,7 @@ class Trezor(interface.Device):
|
||||
log.exception('ping failed: %s', e)
|
||||
connection.close() # so the next HID open() will succeed
|
||||
raise
|
||||
return None
|
||||
|
||||
def close(self):
|
||||
"""Close connection."""
|
||||
|
||||
Reference in New Issue
Block a user