From 25a76d37e7d45a8c9e4e290d151273771ed8e6c4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 00:11:02 +0100 Subject: [PATCH] and PEP again --- InvenTree/part/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/tasks.py b/InvenTree/part/tasks.py index acb85f148b..111cd2eb3b 100644 --- a/InvenTree/part/tasks.py +++ b/InvenTree/part/tasks.py @@ -20,7 +20,7 @@ def notify_low_stock(part: part.models.Part): # Pass the "Part" object through to the template context 'part': part, 'link': InvenTree.helpers.construct_absolute_url(part.get_absolute_url()), - 'templates':{ + 'templates': { 'html': 'email/low_stock_notification.html', 'subject': "[InvenTree] " + _("Low stock notification"), },