Skip to content

Commit

Permalink
fix Extents dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 23, 2023
1 parent 26d47c8 commit 7a572f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/transformations/extent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ using Test

import GeoInterface as GI
import GeometryOps as GO
import Extents
using GeoInterface.Wrappers
using GeoInterface: Extents

@testset "embed_extent" begin
poly = GI.Polygon([GI.LinearRing([(1, 2), (3, 4), (5, 6), (1, 2)]),
Expand Down

0 comments on commit 7a572f6

Please sign in to comment.