From c95dd65d75293681a7ffe9000c4959db70462e98 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 3 Apr 2025 17:55:13 -0700 Subject: [PATCH] settings: Remove useless commented mypy type. Legacy settings contained type "Dict" which were removed in zulip 9.0, so this type was wrong, but it also serves no purpose. (The non-commented types are checked in the development environment). --- zproject/prod_settings_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zproject/prod_settings_template.py b/zproject/prod_settings_template.py index 08a96e4730..dc811a1f4d 100644 --- a/zproject/prod_settings_template.py +++ b/zproject/prod_settings_template.py @@ -572,7 +572,7 @@ SOCIAL_AUTH_SAML_SUPPORT_CONTACT = { ## algorithm must be configured here. ## ## See https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#jwt -# JWT_AUTH_KEYS: Dict[str, Any] = { +# JWT_AUTH_KEYS = { # # Subdomain for which this JWT configuration will apply. # "zulip": { # # Shared secret key used to validate jwt tokens, which should be stored