mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-22 09:00:36 -04:00
Bump version of mypy
This commit is contained in:
parent
c965253e4b
commit
495005360c
7 changed files with 12 additions and 7 deletions
|
@ -200,7 +200,7 @@ class ServerConfig(Config):
|
|||
self.admin_contact = config.get("admin_contact", None)
|
||||
|
||||
# FIXME: federation_domain_whitelist needs sytests
|
||||
self.federation_domain_whitelist = None
|
||||
self.federation_domain_whitelist = None # type: Optional[dict]
|
||||
federation_domain_whitelist = config.get("federation_domain_whitelist", None)
|
||||
|
||||
if federation_domain_whitelist is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue