mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
Rename Filter
to AsyncFilter
This commit is contained in:
parent
7534fc7d02
commit
117494e41d
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ A recursive JSON value: either a :data:`.JSONScalar`, or a :class:`list` of :dat
|
|||
of :class:`str` to :data:`.JSON` mappings.
|
||||
"""
|
||||
|
||||
Filter = Callable[[Any], Awaitable[Any]]
|
||||
|
||||
AsyncFilter = Callable[[Any], Awaitable[Any]]
|
||||
|
||||
class ConversationProtocol(Protocol):
|
||||
def __call__(self, **kwargs) -> Awaitable[None]:
|
||||
|
|
Loading…
Reference in a new issue