Skip to content

Commit 7f147de

Browse files
committed
provided typing for DEV_PRE_APPS
- Legacy-Id: 19402
1 parent a8aab5c commit 7f147de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ def skip_unreadable_post(record):
10511051
# Set debug apps in settings_local.DEV_APPS
10521052

10531053
DEV_APPS = [] # type: List[str]
1054-
DEV_PRE_APPS = []
1054+
DEV_PRE_APPS = [] # type: List[str]
10551055
DEV_MIDDLEWARE = ()
10561056

10571057
# django-debug-toolbar and the debug listing of sql queries at the bottom of

0 commit comments

Comments
 (0)