Code cleanups

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-07-05 16:35:43 -04:00
parent 40b44cba35
commit 3fb1e079b9
3 changed files with 2 additions and 4 deletions

View File

@@ -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):

View File

@@ -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,

View File

@@ -15,4 +15,3 @@ def smart_setting(global_name):
@register.simple_tag
def smart_settings_check_changed():
return Setting.check_changed()