diff options
| author | jvoisin | 2018-09-06 11:36:04 +0200 |
|---|---|---|
| committer | jvoisin | 2018-09-06 11:36:04 +0200 |
| commit | 9fe6f1023b05d55e125e4289a25400985cb5f450 (patch) | |
| tree | 945a36f5026596d6c74585dd8d3b34c2054be981 /libmat2/archive.py | |
| parent | e3d817f57e77676c30fbfa05ed08deee7918b238 (diff) | |
Make pylint happy
Diffstat (limited to 'libmat2/archive.py')
| -rw-r--r-- | libmat2/archive.py | 2 |
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 | |||
