From 56ed0f57b816b1023a97b7205268deed0a45c77e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 19 Dec 2025 12:53:20 -0600 Subject: Fix issues caught by type-checker. --- uploader/default_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/default_settings.py') diff --git a/uploader/default_settings.py b/uploader/default_settings.py index bb3a967..52cdad5 100644 --- a/uploader/default_settings.py +++ b/uploader/default_settings.py @@ -32,4 +32,4 @@ JWKS_DELETION_AGE_DAYS = 14 # Days (from creation) to keep a JWK around before d ## --- Feature flags --- -FEATURE_FLAGS_HTTP = [] +FEATURE_FLAGS_HTTP: list[str] = [] -- cgit 1.4.1