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

@@ -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

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):