Skip to content

Commit 7805870

Browse files
Merge branch 'test'
2 parents e367d9e + a97c7c1 commit 7805870

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
julia 0.5
2-
Iterators
32
Compat 0.17.0
43
Juno
54
RecipesBase 0.1.0

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 Iterators, Compat, Juno, RecipesBase, StaticArrays
5+
using Compat, Juno, RecipesBase, StaticArrays
66

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

0 commit comments

Comments
 (0)