Skip to content

Commit 35700e7

Browse files
committed
Hamerly WIP: Bumped up version to 0.1.7 & cleanedup imports
1 parent 2df4aa9 commit 35700e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ParallelKMeans.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module ParallelKMeans
33
using StatsBase
44
using Random
55
using UnsafeArrays
6+
using Distances
67
import MLJModelInterface
78
import Base.Threads: @spawn
8-
import Distances
9-
import Distances: Euclidean, evaluate
9+
1010

1111
include("kmeans.jl")
1212
include("seeding.jl")

0 commit comments

Comments
 (0)