Skip to content

Commit

Permalink
Read and follow suggestion in ExplicitImports docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed Mar 3, 2024
1 parent 1698bd2 commit 54707c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import LinearAlgebra: BLAS
end

@testset "ExplicitImports" begin
check_no_implicit_imports(MixedModels)
check_no_stale_explicit_imports(MixedModels)
@test check_no_implicit_imports(MixedModels) === nothing
@test check_no_stale_explicit_imports(MixedModels) === nothing
end

include("utilities.jl")
Expand Down

0 comments on commit 54707c5

Please sign in to comment.