From 0f3c362bb1a506e22311efe0eed606943e3b4e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Tue, 20 Feb 2024 16:29:51 +0100 Subject: [PATCH] Backporting to Python 3.8. (Why did this ever work for younger versions?) --- nikola/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nikola/utils.py b/nikola/utils.py index d67e136a8..efeed3b46 100644 --- a/nikola/utils.py +++ b/nikola/utils.py @@ -60,7 +60,7 @@ from doit import tools from doit.cmdparse import CmdParse from nikola.packages.pygments_better_html import BetterHtmlFormatter -from typing import Any, Dict, List, Mapping, Match, Optional, Tuple, Union +from typing import Any, Dict, Iterable, List, Mapping, Match, Optional, Tuple, Union from unidecode import unidecode # Renames