PEP8 Cleanups.

This commit is contained in:
Roberto Rosario
2015-10-28 02:14:48 -04:00
parent 2180ab22bd
commit a1a0a6da52
21 changed files with 16 additions and 48 deletions

View File

@@ -15,6 +15,7 @@ from user_management.tests import (
TEST_ADMIN_EMAIL, TEST_ADMIN_PASSWORD, TEST_ADMIN_USERNAME
)
@override_settings(OCR_AUTO_OCR=False)
class SearchAPITestCase(APITestCase):
"""