From a51021abb6a8167ca1d590b06294908f3512e51c Mon Sep 17 00:00:00 2001 From: kiplangatdan Date: Wed, 17 Jan 2018 17:07:10 +0300 Subject: [PATCH] [FIX] remove unused imports --- mail_message_auto_expand/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mail_message_auto_expand/__init__.py b/mail_message_auto_expand/__init__.py index 94469cde..2f337ec9 100644 --- a/mail_message_auto_expand/__init__.py +++ b/mail_message_auto_expand/__init__.py @@ -1,5 +1,3 @@ # -*- coding: utf-8 -*- # © 2016 Sunflower IT (http://sunflowerweb.nl) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - -from . import models