Skip to content

Commit 4622c33

Browse files
Remove Printf import from Eigen module
- Remove unused Printf import in eig.jl - Simplify module imports
1 parent dc6e1d7 commit 4622c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eig.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
abstract type EigenProblemMixin <: ProblemMixin end
22

33
module Eigen
4-
using LinearAlgebra, Printf
4+
using LinearAlgebra
55

66
import SimpleLinearAlgebra.EigenProblemMixin
77
import SimpleLinearAlgebra.SolutionMixin

0 commit comments

Comments
 (0)