Remove star import from the ACL and Common apps

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-15 18:45:25 -04:00
parent 847bfb721b
commit 7be25df7d0
36 changed files with 104 additions and 92 deletions

View File

@@ -1,7 +1,3 @@
from __future__ import unicode_literals
from .apps import MayanAppConfig # NOQA
from .classes import MissingItem # NOQA
from .menus import * # NOQA
default_app_config = 'mayan.apps.common.apps.CommonApp'