From 35f357ba30ea86caa5d20587bd21ff516b79efc7 Mon Sep 17 00:00:00 2001 From: Cefin Date: Wed, 6 Oct 2021 10:57:34 +0200 Subject: black the archeological_context_records/models.py file --- archaeological_context_records/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 6a66e3dfb..311f9625b 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -543,7 +543,8 @@ class ContextRecord( "cr_relation_types", ), "excavation_technic": SearchAltName( - pgettext_lazy("key for text search", "excavation-technic"), "excavation_technic__label__iexact" + pgettext_lazy("key for text search", "excavation-technic"), + "excavation_technic__label__iexact", ), } ALT_NAMES.update(BaseHistorizedItem.ALT_NAMES) -- cgit v1.2.3