mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 15:35:06 -04:00
Type hints for RegistrationStore (#8615)
This commit is contained in:
parent
2ac908f377
commit
a9f90fa73a
4 changed files with 85 additions and 74 deletions
|
@ -146,7 +146,6 @@ class DataStore(
|
|||
db_conn, "e2e_cross_signing_keys", "stream_id"
|
||||
)
|
||||
|
||||
self._access_tokens_id_gen = IdGenerator(db_conn, "access_tokens", "id")
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue