Fix PEP8: E302 expected 2 blank lines
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user