From 98b0072634ca04deb9c56fea7e45f05c02975acb Mon Sep 17 00:00:00 2001 From: Paul Konstantin Gerke Date: Tue, 8 Mar 2022 12:01:51 +0100 Subject: [PATCH] Black --- core/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/models.py b/core/models.py index 11310afb..3c883168 100644 --- a/core/models.py +++ b/core/models.py @@ -142,7 +142,7 @@ class Tagged(GenericTaggedItemBase): class TaggableManager(TaggitTaggableManager): """ - Replace the default help_text with + Replace the default help_text with """ def __init__(self, *args, **kwargs):