mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed mypy
This commit is contained in:
parent
ad28ce9689
commit
1f41b14f95
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ ChatMemberUnion = Union[
|
|||
|
||||
ChatMemberCollection = Tuple[Type[ChatMember], ...]
|
||||
|
||||
ChatMemberAdapter = TypeAdapter(
|
||||
ChatMemberAdapter: TypeAdapter[ChatMemberUnion] = TypeAdapter(
|
||||
Annotated[
|
||||
ChatMemberUnion,
|
||||
Field(discriminator="status"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue