From 644593f2e43e16a4820a0a5eab6017892b34c831 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 26 Jul 2018 10:37:12 +1000 Subject: [PATCH] Remove inappropriate pass in MemberNotFoundException This was needed initially in testing, and should never have been committed :( Change-Id: Ibdcb7871ac90d0689acddbe928dc0c08a9245ccf --- openstack_election/exception.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_election/exception.py b/openstack_election/exception.py index c5705a24..d20218c2 100644 --- a/openstack_election/exception.py +++ b/openstack_election/exception.py @@ -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