From 7f147de7e3d0d322f9b3e6f2d0330faf6a1a2201 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 8 Oct 2021 16:04:02 +0000 Subject: [PATCH] provided typing for DEV_PRE_APPS - Legacy-Id: 19402 --- ietf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index f9b4afe0a..53614017c 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -1051,7 +1051,7 @@ BADNESS_MUCHTOOBIG = 500 # Set debug apps in settings_local.DEV_APPS DEV_APPS = [] # type: List[str] -DEV_PRE_APPS = [] +DEV_PRE_APPS = [] # type: List[str] DEV_MIDDLEWARE = () # django-debug-toolbar and the debug listing of sql queries at the bottom of