mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 14:25:01 -04:00
Add final type hint to synapse.server. (#15035)
This commit is contained in:
parent
7081bb56e2
commit
733531ee3e
7 changed files with 11 additions and 12 deletions
|
@ -37,6 +37,8 @@ class SQLBaseStore(metaclass=ABCMeta):
|
|||
per data store (and not one per physical database).
|
||||
"""
|
||||
|
||||
db_pool: DatabasePool
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
database: DatabasePool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue