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