1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-05 22:32:33 +00:00

trezorlib/transport: make flake8 happy

This commit is contained in:
matejcik 2018-03-05 14:25:37 +01:00
parent 513e6aae08
commit 2f1c15b588
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.
class TransportException(Exception):
pass