From 5d3f44ffee8a7c82e8239c7cd4ddb6301f9cfa80 Mon Sep 17 00:00:00 2001 From: smilerz Date: Thu, 7 Sep 2023 13:53:30 -0500 Subject: [PATCH] missing caches import --- cookbook/helper/recipe_url_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/helper/recipe_url_import.py b/cookbook/helper/recipe_url_import.py index cbb98d4d1..b84c9f65e 100644 --- a/cookbook/helper/recipe_url_import.py +++ b/cookbook/helper/recipe_url_import.py @@ -2,6 +2,7 @@ import re import traceback from html import unescape +from django.core.cache import caches from django.utils.dateparse import parse_duration from django.utils.translation import gettext as _ from isodate import parse_duration as iso_parse_duration