Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Nov 2, 2023
1 parent d17afae commit 31c95c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ref_geo/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@


altitude_stmt = sa.select(
[
sa.column("altitude_min"),
sa.column("altitude_max"),
]
sa.column("altitude_min"),
sa.column("altitude_max"),
).select_from(
func.ref_geo.fct_get_altitude_intersection(
func.ST_SetSRID(
Expand Down

0 comments on commit 31c95c1

Please sign in to comment.