From 368a31587fd14fee2737c09d7fe052e767a2b255 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Thu, 21 Feb 2013 11:13:18 -0500 Subject: [PATCH] Fix flake8 problem --- tests/test_tradingcalendar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_tradingcalendar.py b/tests/test_tradingcalendar.py index 8e8b5d56..269ceb0f 100644 --- a/tests/test_tradingcalendar.py +++ b/tests/test_tradingcalendar.py @@ -23,6 +23,7 @@ from pandas import DatetimeIndex from delorean import Delorean from nose.tools import nottest + class TestTradingCalendar(TestCase): def setUp(self):