From 312e3afeb2a4c1e97aa14ec9116e09a3ebf6668b Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Sat, 15 Feb 2025 17:21:20 -0500 Subject: [PATCH] Fix linter warnings --- lib/nexrad/archive.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nexrad/archive.py b/lib/nexrad/archive.py index f9d0744..be2fc12 100644 --- a/lib/nexrad/archive.py +++ b/lib/nexrad/archive.py @@ -54,7 +54,6 @@ class ArchiveProduct(): parts = self.__parts__() ret = os.path.join(*parts) - if self.typeof == ArchiveProductType.V03: ret += "_V03"