Skip to content

Commit dcdbcf8

Browse files
Michael Abbottmcabbott
Michael Abbott
authored andcommitted
load NamedDims
1 parent ff8824b commit dcdbcf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/axes.jl

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ end
3737

3838
KeyedUnion{T} = Union{KeyedArray{T}, KeyedUnitRange{T}}
3939

40+
using NamedDims
41+
4042
Base.summary(io::IO, x::KeyedUnion) = _summary(io, x)
4143
Base.summary(io::IO, A::NamedDimsArray{L,T,N,<:KeyedUnion}) where {L,T,N} = _summary(io, A)
4244
showtype(io::IO, ::KeyedUnitRange) = print(io, "KeyedUnitRange(...)")

0 commit comments

Comments
 (0)