Browse Source

Update helper.py

pull/13/head
Mathias Markl 5 years ago
committed by GitHub
parent
commit
8ab178195a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      muk_security/tools/helper.py

5
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__()
return super(NoSecurityUid, self).__hash__()
Loading…
Cancel
Save