Skip to content

Commit 3050390

Browse files
authored
using instead of import in tests (#839)
1 parent 05d85d2 commit 3050390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using ApproxFun, Random, Test
2-
import ApproxFunBase: testbandedblockbandedoperator, blocklengths, ∞
2+
using ApproxFunBase: testbandedblockbandedoperator, blocklengths, ∞
33

44
using Aqua
55
@testset "Project quality" begin

0 commit comments

Comments
 (0)