Remove useless statement
This commit is contained in:
parent
8eedb5393a
commit
22a4a83f27
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue