summaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils.py b/utils.py
index 62bd7e6..0f7f448 100644
--- a/utils.py
+++ b/utils.py
@@ -94,16 +94,6 @@ class Message(_MsgBase):
cls, msg_id, symbol, msg, msg_id[0], MSG_TYPES[msg_id[0]],
confidence, *location)
- def get_init_args(self):
- location = (
- self.abspath,
- self.path,
- self.module,
- self.obj,
- self.line,
- self.column)
- return (self.msg_id, self.symbol, location, self.msg, self.confidence)
-
def format(self, template):
"""Format the message according to the given template.