From 6f8b39807a22c7a3dfe82a9ad3e60e21b5abddf3 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Fri, 27 Jan 2017 07:37:58 -0500 Subject: [PATCH] Fix pep8 violation --- lms/envs/test_docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/test_docker.py b/lms/envs/test_docker.py index 022085d26d..b28a484142 100644 --- a/lms/envs/test_docker.py +++ b/lms/envs/test_docker.py @@ -133,7 +133,7 @@ STATICFILES_DIRS += [ (course_dir, COMMON_TEST_DATA_ROOT / course_dir) for course_dir in os.listdir(COMMON_TEST_DATA_ROOT) if os.path.isdir(COMMON_TEST_DATA_ROOT / course_dir) - ] +] # Avoid having to run collectstatic before the unit test suite # If we don't add these settings, then Django templates that can't