mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-05 16:41:48 +00:00
Bump mypy from 1.13.0 to 1.16.1 (#18653)
This commit is contained in:
@@ -284,7 +284,7 @@ class ModuleApi:
|
||||
try:
|
||||
app_name = self._hs.config.email.email_app_name
|
||||
|
||||
self._from_string = self._hs.config.email.email_notif_from % {
|
||||
self._from_string = self._hs.config.email.email_notif_from % { # type: ignore[operator]
|
||||
"app": app_name
|
||||
}
|
||||
except (KeyError, TypeError):
|
||||
|
||||
Reference in New Issue
Block a user