Add Missing Slot to Updater (#4130)

This commit is contained in:
Harshil 2024-02-24 06:31:50 -05:00 committed by GitHub
parent 5b6cd3a33b
commit bb6c85609a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,6 +102,7 @@ class Updater(AsyncContextManager["Updater"]):
__slots__ = ( __slots__ = (
"__lock", "__lock",
"__polling_cleanup_cb",
"__polling_task", "__polling_task",
"_httpd", "_httpd",
"_initialized", "_initialized",