1
Fork 0
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:
Steffo 2022-05-02 15:55:02 +02:00
parent f71e4be9f3
commit 7534fc7d02
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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):