diff --git a/pyRCV2/method/wright.py b/pyRCV2/method/wright.py index 8e194b6..d62c8e1 100644 --- a/pyRCV2/method/wright.py +++ b/pyRCV2/method/wright.py @@ -14,6 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +__pragma__ = lambda x: None + from pyRCV2.method.base_stv import WIGSTVCounter from pyRCV2.model import CandidateState, CountCard from pyRCV2.safedict import SafeDict