Skip to content

Commit

Permalink
Fix duplicate import (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Mar 14, 2023
1 parent 1aec78f commit 20660ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ZygoteDistancesExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
using ..LinearAlgebra
end

using Zygote: @adjoint, @adjoint, AContext, _pullback
using Zygote: @adjoint, AContext, _pullback

@adjoint function (::SqEuclidean)(x::AbstractVector, y::AbstractVector)
δ = x .- y
Expand Down

0 comments on commit 20660ff

Please sign in to comment.