From 380ba0bf2a096a659dbe3be7f6b8007343024c01 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Wed, 5 Sep 2012 07:59:56 -0400 Subject: [PATCH] Removes unused module. --- zipline/core/devsimulator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zipline/core/devsimulator.py b/zipline/core/devsimulator.py index 6bc76815..c28d0e72 100644 --- a/zipline/core/devsimulator.py +++ b/zipline/core/devsimulator.py @@ -4,7 +4,6 @@ See :py:method"" """ import logbook -import threading log = logbook.Logger('Dev Simulator')