Fix 2 unnecessary-pass errors

This commit is contained in:
Ned Batchelder
2016-07-31 10:09:39 -04:00
parent 1905f0c517
commit e3cd261e99
2 changed files with 0 additions and 3 deletions

View File

@@ -1875,8 +1875,6 @@ class TestGoogleRegistrationView(
"""Tests the User API registration endpoint with Google authentication."""
__test__ = True
pass
@ddt.ddt
class UpdateEmailOptInTestCase(UserAPITestCase, SharedModuleStoreTestCase):