1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-02 10:51:06 +00:00

Removed unnecessary import in test_protect_call

This commit is contained in:
slush 2013-01-14 19:21:48 +01:00
parent db26da19a9
commit 80e25b1410

View File

@ -1,7 +1,6 @@
import unittest
import common
from bitkeylib import proto
from bitkeylib.client import CallException, PinException, OtpException
class TestProtectCall(common.BitkeyTest):