Skip to content

Commit 4b9db82

Browse files
remove Compat
1 parent 5aefa2d commit 4b9db82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RecursiveArrayTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ __precompile__()
22

33
module RecursiveArrayTools
44

5-
using Compat, Juno, RecipesBase, StaticArrays
5+
using Juno, RecipesBase, StaticArrays
66

77
abstract type AbstractVectorOfArray{T, N} <: AbstractArray{T, N} end
88
abstract type AbstractDiffEqArray{T, N} <: AbstractVectorOfArray{T, N} end

0 commit comments

Comments
 (0)