Skip to content

Commit

Permalink
Fix warning about missing dependecies.
Browse files Browse the repository at this point in the history
  • Loading branch information
eljungsk committed Feb 18, 2019
1 parent 6955315 commit 53d30ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ScatteredInterpolation.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
module ScatteredInterpolation

using Distances,
NearestNeighbors,
Combinatorics,
LinearAlgebra
using Distances, NearestNeighbors, Combinatorics, LinearAlgebra

export interpolate,
evaluate
Expand Down

0 comments on commit 53d30ee

Please sign in to comment.