Skip to content

Commit 1425899

Browse files
authored
Clean up unused imports in tests (#202)
1 parent ed71a91 commit 1425899

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using BlockBandedMatrices
22
using Test
33

4-
using Aqua
4+
import Aqua
55
@testset "Project quality" begin
66
Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=false)
77
end

test/test_linalg.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ using LinearAlgebra
88
using Test
99

1010
import BandedMatrices: BandError, bandeddata
11-
import BlockBandedMatrices: _BandedBlockBandedMatrix, MemoryLayout, mul!,
12-
blockcolstop, blockrowstop, BlockSkylineSizes
11+
import BlockBandedMatrices: _BandedBlockBandedMatrix
1312

1413
@testset "lmul!/rmul!" begin
1514
C = BandedBlockBandedMatrix{Float64}(undef, 1:2,1:2, (1,1), (1,1))

test/test_triblockbanded.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ using Test
99

1010
import BlockBandedMatrices: MemoryLayout, TriangularLayout,
1111
BandedBlockBandedColumnMajor,
12-
BandedColumnMajor, BlockSkylineSizes,
1312
blockrowstop, blockcolstop, ColumnMajor
1413

1514
import BlockArrays: blockisequal

0 commit comments

Comments
 (0)