From 57f97364b352c9edc57cac5572fb65f6564fd145 Mon Sep 17 00:00:00 2001 From: Enno Lohmeier Date: Thu, 5 Jul 2018 13:10:08 +0200 Subject: [PATCH] fix code style issue --- src/documents/admin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/documents/admin.py b/src/documents/admin.py index 2727c7704..659ad8581 100644 --- a/src/documents/admin.py +++ b/src/documents/admin.py @@ -115,7 +115,8 @@ class CorrespondentAdmin(CommonAdmin): class TagAdmin(CommonAdmin): - list_display = ("name", "colour", "match", "matching_algorithm", "document_count") + list_display = ("name", "colour", "match", "matching_algorithm", + "document_count") list_filter = ("colour", "matching_algorithm") list_editable = ("colour", "match", "matching_algorithm")