Browse Source
`Message` has an attribute `call` which is claimed to have type `Optional[CallMessage]`. But `Message` doesn't actually ensure that `call` is initialized to a value in `__init__`. This commit fixes that inconsistency.pull/6396/head
committed by
GitHub
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue