From 9bde5a77a0aa80602a53dccfd2e9db371045dcc7 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Fri, 28 Mar 2025 19:42:11 -0400 Subject: [PATCH] Remove useless code --- lib/xmet/raob.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/xmet/raob.py b/lib/xmet/raob.py index 4472466..2cda917 100644 --- a/lib/xmet/raob.py +++ b/lib/xmet/raob.py @@ -281,8 +281,6 @@ class RAOBObs(): return ret def parse_ttaa_sample(self, tokens: list[str]) -> dict: - sample = SoundingSample() - if tokens[0][0:2] == '99': hp = self.parse_pressure(tokens[0]) else: @@ -303,8 +301,6 @@ class RAOBObs(): 'wind_dir': wind['dir'] } - return sample - def parse_ttaa(self) -> dict: # # Return None if there is no height data up to 100mb.