Skip to content

Commit e2be200

Browse files
committed
Fix missing import
1 parent 383fec3 commit e2be200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/GeoTablesMakieExt/GeoTablesMakieExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using Colorfy
1212
using Unitful
1313
using DataScienceTraits
1414
using CategoricalArrays
15-
using Distributions: Distribution
15+
using Distributions: Distribution, location
1616
using Makie.Colors: Colorant, Gray
1717

1818
import Makie

0 commit comments

Comments
 (0)