From 3aeca75c22990e81553b87c2637aedb598a9b2f1 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Tue, 9 Jul 2013 11:33:03 -0400 Subject: [PATCH] whitespacebot --- .../apps/courses/management/commands/sanitize_usde_schools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py b/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py index d915b89..c7a172b 100644 --- a/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py +++ b/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py @@ -24,6 +24,7 @@ RESTRICTED_WORDS = [ 'acupuncture', 'chiropractic'] + class Command(BaseCommand): """ Delete Schools that contain RESTRICTED WORDS in their names """ args = 'none' -- 2.25.1