Skip to content

Commit 167614b

Browse files
committed
remove unnecessary import
1 parent 81824e3 commit 167614b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_decompOPs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Test, ClassicalOrthogonalPolynomials, BandedMatrices, LinearAlgebra, LazyArrays, ContinuumArrays, LazyBandedMatrices
2-
import ClassicalOrthogonalPolynomials: symmjacobim, CholeskyJacobiBands
2+
import ClassicalOrthogonalPolynomials: CholeskyJacobiBands
33
import LazyArrays: AbstractCachedMatrix
44
import LazyBandedMatrices: SymTridiagonal
55

0 commit comments

Comments
 (0)