Fix lints

This commit is contained in:
Eric Eastwood 2024-06-06 17:42:58 -05:00
parent 4412dbd22c
commit 35b18be859

View file

@ -226,6 +226,7 @@ class SlidingSyncHandler:
def __init__(self, hs: "HomeServer"):
self.clock = hs.get_clock()
self.store = hs.get_datastores().main
self.storage_controllers = hs.get_storage_controllers()
self.auth_blocking = hs.get_auth_blocking()
self.notifier = hs.get_notifier()
self.event_sources = hs.get_event_sources()