mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 14:14:56 -04:00
Add type hints to synapse/storage/databases/main/room.py
(#11575)
This commit is contained in:
parent
f901f8b70e
commit
c7fe32edb4
5 changed files with 108 additions and 77 deletions
|
@ -149,7 +149,6 @@ class DataStore(
|
|||
],
|
||||
)
|
||||
|
||||
self._event_reports_id_gen = IdGenerator(db_conn, "event_reports", "id")
|
||||
self._push_rule_id_gen = IdGenerator(db_conn, "push_rules", "id")
|
||||
self._push_rules_enable_id_gen = IdGenerator(db_conn, "push_rules_enable", "id")
|
||||
self._group_updates_id_gen = StreamIdGenerator(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue