Commit e3cd261e by Ned Batchelder

Fix 2 unnecessary-pass errors

parent 1905f0c5
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment