Skip to content
Snippets Groups Projects
Commit 15adcfd9 authored by dos's avatar dos Committed by dos
Browse files

py,st3m: goose: Add Iterable

parent 5b361fdc
No related branches found
No related tags found
No related merge requests found
Pipeline #8856 passed
......@@ -25,6 +25,7 @@ if TYPE_CHECKING:
Any,
Callable,
Iterator,
Iterable,
Generator,
Union,
)
......@@ -49,6 +50,7 @@ else:
Any,
Callable,
Iterator,
Iterable,
Generator,
Union,
)
......@@ -62,6 +64,7 @@ else:
Any = None
Callable = None
Iterator = None
Iterable = None
Generator = None
Union = None
......@@ -81,6 +84,7 @@ __all__ = [
"Any",
"Callable",
"Iterator",
"Iterable",
"Generator",
"Union",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment