Fix 2 unnecessary-pass errors
This commit is contained in:
@@ -81,7 +81,6 @@ def _parse_config_args(args):
|
||||
|
||||
except:
|
||||
print "Warning: could not interpret config value '{0}'".format(config_str)
|
||||
pass
|
||||
|
||||
return config_dict
|
||||
|
||||
|
||||
@@ -1875,8 +1875,6 @@ class TestGoogleRegistrationView(
|
||||
"""Tests the User API registration endpoint with Google authentication."""
|
||||
__test__ = True
|
||||
|
||||
pass
|
||||
|
||||
|
||||
@ddt.ddt
|
||||
class UpdateEmailOptInTestCase(UserAPITestCase, SharedModuleStoreTestCase):
|
||||
|
||||
Reference in New Issue
Block a user