Remove useless statement

This commit is contained in:
XANTRONIX 2025-02-28 16:00:47 -05:00
parent 8eedb5393a
commit 22a4a83f27

View file

@ -107,8 +107,6 @@ class Sounding(DatabaseTable):
if timestamp is None:
timestamp = datetime.datetime.now(datetime.UTC)
pass
st = db.query_sql(Sounding, sql, {
'station': station,
'timestamp': timestamp