From f5a39ac0b6ddc9154b1b1b55d255074d6dd4eecd Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 2 Nov 2015 18:18:22 +0100 Subject: Some minors pep8 modifications --- libmat/parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmat/parser.py') diff --git a/libmat/parser.py b/libmat/parser.py index 43de6d6..c6ba0a4 100644 --- a/libmat/parser.py +++ b/libmat/parser.py @@ -85,7 +85,8 @@ class GenericParser(object): except: return False - def _remove(self, fieldset, field): + @staticmethod + def _remove(fieldset, field): """ Delete the given field """ del fieldset[field] -- cgit v1.3