From 80e25b1410b91e9a5dea5b93eab7eec61cfee60c Mon Sep 17 00:00:00 2001 From: slush Date: Mon, 14 Jan 2013 19:21:48 +0100 Subject: [PATCH] Removed unnecessary import in test_protect_call --- tests/test_protect_call.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_protect_call.py b/tests/test_protect_call.py index abb5d70..dac476d 100644 --- a/tests/test_protect_call.py +++ b/tests/test_protect_call.py @@ -1,7 +1,6 @@ import unittest import common -from bitkeylib import proto from bitkeylib.client import CallException, PinException, OtpException class TestProtectCall(common.BitkeyTest):