Skip to content

Commit

Permalink
markdown: Import Iterable and Iterator from collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Dec 8, 2024
1 parent 41ff7d5 commit 2a5cae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion markups/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import os
import re
import warnings
from typing import Any, Iterable, Iterator
from collections.abc import Iterable, Iterator
from typing import Any

import markups.common as common
from markups.abstract import AbstractMarkup, ConvertedMarkup
Expand Down

0 comments on commit 2a5cae2

Please sign in to comment.