diff --git a/lib/xmet/igra.py b/lib/xmet/igra.py index 4bb4e0d..3bfbbeb 100644 --- a/lib/xmet/igra.py +++ b/lib/xmet/igra.py @@ -268,10 +268,6 @@ class IGRAStation(DatabaseTable): @staticmethod def find_station(db: Database, station: str) -> Self: - sql = """ - select * from xmet_igra_station where code like concat('%', :code) - """ - return db.query(IGRAStation, clauses = [ "code like concat('%', :code)"