Remove methods with unnecessary super delegation.
Signed-off-by: shubhendra <withshubh@gmail.com>
This commit is contained in:
parent
4725f510d8
commit
2a6d7fd80f
1 changed files with 0 additions and 3 deletions
|
@ -108,9 +108,6 @@ class Response:
|
|||
|
||||
class CodeMessageError(Exception):
|
||||
|
||||
def __init__(self, code, message):
|
||||
super().__init__(code, message)
|
||||
|
||||
@property
|
||||
def code(self):
|
||||
return self.args[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue