From 8a37b44839bb8c6a79b1251f5c877639f540b335 Mon Sep 17 00:00:00 2001 From: Paul Konstantin Gerke Date: Wed, 2 Mar 2022 22:38:25 +0100 Subject: [PATCH] Black --- core/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/widgets.py b/core/widgets.py index 448955c0..a24f995c 100644 --- a/core/widgets.py +++ b/core/widgets.py @@ -4,6 +4,7 @@ from django.forms import Widget from . import models + class TagsEditor(Widget): class Media: js = ("babybuddy/js/tags_editor.js",)