mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-24 16:17:37 +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__ = (
|
__slots__ = (
|
||||||
"__lock",
|
"__lock",
|
||||||
|
"__polling_cleanup_cb",
|
||||||
"__polling_task",
|
"__polling_task",
|
||||||
"_httpd",
|
"_httpd",
|
||||||
"_initialized",
|
"_initialized",
|
||||||
|
|
Loading…
Reference in a new issue