From 657f93165d75ee55ff4c5691a08d6b7974aa122e Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 25 Oct 2012 07:17:35 -0400 Subject: [PATCH] Removes unused test class member and corresponding import. Leased sockets is from an older architecture. --- tests/test_exception_handling.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_exception_handling.py b/tests/test_exception_handling.py index 1399bed0..32a4f339 100644 --- a/tests/test_exception_handling.py +++ b/tests/test_exception_handling.py @@ -14,7 +14,6 @@ # limitations under the License. from unittest2 import TestCase -from collections import defaultdict import zipline.utils.simfactory as simfactory from zipline.test_algorithms import ( @@ -39,8 +38,6 @@ EXTENDED_TIMEOUT = 90 class ExceptionTestCase(TestCase): - leased_sockets = defaultdict(list) - def setUp(self): self.zipline_test_config = { 'sid': 133,