Skip to content

Commit

Permalink
Import, not using for ExactPredicates
Browse files Browse the repository at this point in the history
this code very faster
  • Loading branch information
asinghvi17 committed Apr 24, 2024
1 parent 44a6029 commit 26d2c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GeometryOps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ module GeometryOps
using GeoInterface
using GeometryBasics
import Tables
using ExactPredicates, LinearAlgebra, Statistics
using LinearAlgebra, Statistics
import GeometryBasics.StaticArrays
import ExactPredicates
import Base.@kwdef

using GeoInterface.Extents: Extents
Expand Down

0 comments on commit 26d2c2e

Please sign in to comment.