Fix linter warnings

This commit is contained in:
XANTRONIX Industrial 2025-02-15 17:21:20 -05:00
parent fc81fa9b83
commit 312e3afeb2

View file

@ -54,7 +54,6 @@ class ArchiveProduct():
parts = self.__parts__()
ret = os.path.join(*parts)
if self.typeof == ArchiveProductType.V03:
ret += "_V03"