Skip to content

Commit b46b121

Browse files
Backporting to Python 3.8.
1 parent 074f59d commit b46b121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nikola/utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import sys
4242
import threading
4343
from collections import defaultdict, OrderedDict
44-
from collections.abc import Callable, Iterable
44+
from collections.abc import Callable
4545
from html import unescape as html_unescape
4646
from importlib import reload as _reload
4747
from unicodedata import normalize as unicodenormalize
@@ -60,7 +60,7 @@
6060
from doit import tools
6161
from doit.cmdparse import CmdParse
6262
from nikola.packages.pygments_better_html import BetterHtmlFormatter
63-
from typing import Any, Dict, List, Mapping, Match, Optional, Tuple, Union
63+
from typing import Any, Dict, Iterable, List, Mapping, Match, Optional, Tuple, Union
6464
from unidecode import unidecode
6565

6666
# Renames

0 commit comments

Comments
 (0)