Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Nov 28, 2023
1 parent feef405 commit 0c5a3b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/duckdb/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ def _to_json_collection(t, op):
ops.GeoOverlaps: fixed_arity(sa.func.ST_Overlaps, 2),
ops.GeoStartPoint: _geo_start_point,
ops.GeoTouches: fixed_arity(sa.func.ST_Touches, 2),
# ops.GeoTransform fixed_arity(sa.func.ST_Transform, 2) # ? ST_Transform(GEOMETRY, VARCHAR, VARCHAR)
ops.GeoUnion: _geo_union,
ops.GeoUnaryUnion: _geo_unary_union,
ops.GeoWithin: fixed_arity(sa.func.ST_Within, 2),
Expand Down

0 comments on commit 0c5a3b1

Please sign in to comment.