Skip to content

Commit 7a37b56

Browse files
committed
Fix incorrect merge conflict of app import in settings
1 parent 797ee3e commit 7a37b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lung_cancer_screening/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def boolean_env(key, default=None):
4747
'django.contrib.messages',
4848
'django.contrib.staticfiles',
4949
'lung_cancer_screening.core',
50-
'lung_cancer_screening.questions'
50+
'lung_cancer_screening.questions',
5151
'lung_cancer_screening.calculators',
5252
]
5353

0 commit comments

Comments
 (0)