Skip to content

Commit

Permalink
chore: remove unnecessary order clause
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Mar 6, 2024
1 parent a0c9570 commit 5c38e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quackosm/pbf_file_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,6 @@ def _get_filtered_relations_with_geometry(
ON r.id = fr.id
JOIN ({required_ways_with_linestrings.sql_query()}) w
ON w.id = r.ref
ORDER BY r.id, r.ref_idx
),
any_outer_refs AS (
SELECT id, bool_or(ref_role == 'outer') any_outer_refs
Expand Down

0 comments on commit 5c38e4f

Please sign in to comment.