summaryrefslogtreecommitdiff
path: root/libmat2/archive.py
diff options
context:
space:
mode:
authorjvoisin2018-09-06 11:36:04 +0200
committerjvoisin2018-09-06 11:36:04 +0200
commit9fe6f1023b05d55e125e4289a25400985cb5f450 (patch)
tree945a36f5026596d6c74585dd8d3b34c2054be981 /libmat2/archive.py
parente3d817f57e77676c30fbfa05ed08deee7918b238 (diff)
Make pylint happy
Diffstat (limited to 'libmat2/archive.py')
-rw-r--r--libmat2/archive.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmat2/archive.py b/libmat2/archive.py
index d8f9007..2808b9f 100644
--- a/libmat2/archive.py
+++ b/libmat2/archive.py
@@ -123,5 +123,3 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser):
123 os.remove(self.output_filename) 123 os.remove(self.output_filename)
124 return False 124 return False
125 return True 125 return True
126
127