Skip to content

Commit 4a9edf8

Browse files
committed
use Geointerface directly since we have it
1 parent 92bc57f commit 4a9edf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/abstracttrees.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using AbstractTrees
44
using SortTileRecursiveTree
55
using SortTileRecursiveTree: STRtree, STRNode, STRLeafNode
66
using Extents
7-
using AbstractTrees: GI
7+
import GeoInterface as GI
88

99
@testset "AbstractTrees interface" begin
1010
# Create a simple test tree structure

0 commit comments

Comments
 (0)