1
0
mirror of synced 2024-05-29 17:38:03 +02:00

Make pylint happy

This commit is contained in:
jvoisin 2018-09-06 11:36:04 +02:00
parent e3d817f57e
commit 9fe6f1023b

View File

@ -123,5 +123,3 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser):
os.remove(self.output_filename)
return False
return True