mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
style: fix flake8 error
This commit is contained in:
parent
04bb0069c0
commit
b9b11fa265
@ -356,7 +356,7 @@ class DebugLinkMixin(object):
|
|||||||
# Evaluate missed responses in 'with' statement
|
# Evaluate missed responses in 'with' statement
|
||||||
if self.expected_responses is not None and len(self.expected_responses):
|
if self.expected_responses is not None and len(self.expected_responses):
|
||||||
raise RuntimeError("Some of expected responses didn't come from device: %s" %
|
raise RuntimeError("Some of expected responses didn't come from device: %s" %
|
||||||
[pprint(x) for x in self.expected_responses])
|
[pprint(x) for x in self.expected_responses])
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
self.expected_responses = None
|
self.expected_responses = None
|
||||||
|
Loading…
Reference in New Issue
Block a user