1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-23 07:58:09 +00:00

fix double import

This commit is contained in:
Pavol Rusnak 2016-12-02 16:23:17 +01:00
parent b3c298d87c
commit 3da5b48054
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -27,7 +27,6 @@ import argparse
import json
import base64
import tempfile
from trezorlib import types_pb2 as types
from io import BytesIO
from trezorlib.client import TrezorClient, TrezorClientDebug, CallException