Skip to content
Snippets Groups Projects
Commit 8fbc060a authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

2.12.1

parent fb89fa1c
No related branches found
Tags v2.12.1
No related merge requests found
......@@ -3,7 +3,7 @@ import typing as tp
try:
from typing import Protocol
except ImportError:
Protocol = tp.TypeVar('Protocol')
Protocol = tp.Generic
T = tp.TypeVar('T')
Iteratable = tp.Union[tp.Iterator[T], tp.Iterable[T]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment