From 61ef8f434104451494611db72d358a2859a3fc5c Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 23 Aug 2012 23:48:05 -0400 Subject: [PATCH] Removes unused imports. --- tests/test_exception_handling.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/tests/test_exception_handling.py b/tests/test_exception_handling.py index a9d6063e..7b4fb624 100644 --- a/tests/test_exception_handling.py +++ b/tests/test_exception_handling.py @@ -9,16 +9,15 @@ from zipline.finance.trading import SIMULATION_STYLE from zipline.core.devsimulator import AddressAllocator from zipline.lines import SimulatedTrading from zipline.gens.transform import StatefulTransform -from zipline.gens.tradesimulation import HEARTBEAT_INTERVAL, \ - MAX_HEARTBEAT_INTERVALS +from zipline.gens.tradesimulation import MAX_HEARTBEAT_INTERVALS -from zipline.utils.test_utils import \ - drain_zipline, \ - check, \ - setup_logger, \ - teardown_logger, \ - ExceptionSource, \ - ExceptionTransform +from zipline.utils.test_utils import ( + drain_zipline, + setup_logger, + teardown_logger, + ExceptionSource, + ExceptionTransform +) DEFAULT_TIMEOUT = 15 # seconds EXTENDED_TIMEOUT = 90