Skip to content

Commit ff9a949

Browse files
Sacha0andreasnoack
authored andcommitted
Fix warning that Base.cond cannot be imported into LinAlg. (#19997)
1 parent 54ffc51 commit ff9a949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/linalg/uniformscaling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of Julia. License is MIT: http://julialang.org/license
22

3-
import Base: cond, copy, ctranspose, getindex, show, transpose, one, zero, inv,
3+
import Base: copy, ctranspose, getindex, show, transpose, one, zero, inv,
44
@_pure_meta, hcat, vcat, hvcat
55
import Base.LinAlg: SingularException
66

0 commit comments

Comments
 (0)