Fix PEP8: E302 expected 2 blank lines

This commit is contained in:
stv
2015-02-15 16:24:38 -08:00
parent 19c767eb52
commit c4a63a5eff
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ from student.models import UserProfile
TEST_PASSWORD = "test"
@ddt.ddt
@unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms')
class TestAccountAPI(APITestCase):