Skip to content

Commit 20660ff

Browse files
authored
Fix duplicate import (#1391)
1 parent 1aec78f commit 20660ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ZygoteDistancesExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
using ..LinearAlgebra
1111
end
1212

13-
using Zygote: @adjoint, @adjoint, AContext, _pullback
13+
using Zygote: @adjoint, AContext, _pullback
1414

1515
@adjoint function (::SqEuclidean)(x::AbstractVector, y::AbstractVector)
1616
δ = x .- y

0 commit comments

Comments
 (0)