Remove inappropriate pass in MemberNotFoundException

This was needed initially in testing, and should never have been
committed :(

Change-Id: Ibdcb7871ac90d0689acddbe928dc0c08a9245ccf
This commit is contained in:
Tony Breeds 2018-07-26 10:37:12 +10:00
parent 6d5c4f4f3a
commit 644593f2e4

View File

@ -39,4 +39,3 @@ class MemberNotFoundException(ElectionException):
msg_fmt = ('No Openstack Foundation (OSF) data found for %(email)s please '
'check that %(email)s is a valid email address and linked to a '
'valid OSF account')
pass