From 8ab178195a8ee684c6c8c78c50875dd8b6117e45 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Thu, 18 Apr 2019 14:44:18 +0200 Subject: [PATCH] Update helper.py --- muk_security/tools/helper.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/muk_security/tools/helper.py b/muk_security/tools/helper.py index 1a7fe2f..2c540a3 100644 --- a/muk_security/tools/helper.py +++ b/muk_security/tools/helper.py @@ -29,8 +29,5 @@ class NoSecurityUid(int): return False return super(NoSecurityUid, self).__int__() == other - def __iter__(self): - yield super(NoSecurityUid, self).__int__() - def __hash__(self): - return super(NoSecurityUid, self).__hash__() \ No newline at end of file + return super(NoSecurityUid, self).__hash__()