Skip to content

Commit

Permalink
Backporting to Python 3.8. (Why did this ever work for younger versio…
Browse files Browse the repository at this point in the history
…ns?)
  • Loading branch information
aknrdureegaesr committed Feb 20, 2024
1 parent 074f59d commit 0f3c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f3c362

Please sign in to comment.