Remove methods with unnecessary super delegation.
This commit is contained in:
committed by
GitHub
parent
5456166b72
commit
fb2312e844
@@ -107,5 +107,4 @@ class AudioKeyManager(PacketsReceiver):
|
||||
return self.reference.get(block=False)
|
||||
|
||||
class AesKeyException(IOError):
|
||||
def __init__(self, ex):
|
||||
super().__init__(ex)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user