Code cleanups
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
def operation_create_file_metadata_setting_for_existing_document_types(apps, schema_editor):
|
||||
|
||||
@@ -17,7 +17,7 @@ from mayan.apps.events.links import (
|
||||
)
|
||||
from mayan.apps.navigation.classes import SourceColumn
|
||||
|
||||
from .events import event_smart_link_created, event_smart_link_edited
|
||||
from .events import event_smart_link_edited
|
||||
from .links import (
|
||||
link_document_type_smart_links, link_smart_link_create,
|
||||
link_smart_link_condition_create, link_smart_link_condition_delete,
|
||||
|
||||
@@ -15,4 +15,3 @@ def smart_setting(global_name):
|
||||
@register.simple_tag
|
||||
def smart_settings_check_changed():
|
||||
return Setting.check_changed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user