tmp
This commit is contained in:
parent
bc7c3ac253
commit
d1511929a8
33 changed files with 117 additions and 117 deletions
|
@ -4,8 +4,9 @@ and yielding nothing (or a default) when its not available
|
|||
"""
|
||||
|
||||
import warnings
|
||||
from collections.abc import Iterable, Iterator
|
||||
from functools import wraps
|
||||
from typing import Any, Callable, Iterable, Iterator, Optional, TypeVar
|
||||
from typing import Any, Callable, Optional, TypeVar
|
||||
|
||||
from .warnings import medium
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue