From 766c4838fdabb50b6aa9a2594f091ec43750f691 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 11 Dec 2014 08:33:28 -0200 Subject: optmizing python imports --- service/test/integration/drafts_test.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'service/test/integration') diff --git a/service/test/integration/drafts_test.py b/service/test/integration/drafts_test.py index 7fd0a46b..2ba14dfd 100644 --- a/service/test/integration/drafts_test.py +++ b/service/test/integration/drafts_test.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -import unittest - from test.support.integration import * -- cgit v1.2.3