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