Skip to content

Commit

Permalink
Remove unneeded "isassigned" import from Base
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed Nov 2, 2022
1 parent 9760cb9 commit fa2b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpecialMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Polynomials

import LinearAlgebra: Matrix, inv, det, ishermitian, isposdef, mul!

import Base: getindex, isassigned, size, *
import Base: getindex, size, *
import Base.\

include("cauchy.jl") # Cauchy matrix
Expand Down

0 comments on commit fa2b6f2

Please sign in to comment.