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/support/integration/model.py | 1 + 1 file changed, 1 insertion(+) (limited to 'service/test/support/integration/model.py') diff --git a/service/test/support/integration/model.py b/service/test/support/integration/model.py index 17c29c2b..79552dad 100644 --- a/service/test/support/integration/model.py +++ b/service/test/support/integration/model.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . import json + from pixelated.adapter.mail import InputMail from pixelated.adapter.status import Status -- cgit v1.2.3