mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 14:46:29 +01:00
Add Missing Slot to Updater
(#4130)
This commit is contained in:
parent
5b6cd3a33b
commit
bb6c85609a
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ class Updater(AsyncContextManager["Updater"]):
|
|||
|
||||
__slots__ = (
|
||||
"__lock",
|
||||
"__polling_cleanup_cb",
|
||||
"__polling_task",
|
||||
"_httpd",
|
||||
"_initialized",
|
||||
|
|
Loading…
Reference in a new issue