Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DimensionalData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import .Lookups: metadata, set, _set, rebuild, basetypeof,
hasselection, units, SelectorOrInterval, Begin, End
import .Dimensions: dims, refdims, name, lookup, kw2dims, hasdim, label, _astuple

import DataAPI.groupby
import DataAPI: groupby, metadata

export Lookups, Dimensions

Expand Down
1 change: 1 addition & 0 deletions src/Lookups/Lookups.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ using Dates, IntervalSets, Extents
import Adapt, ConstructionBase
import InvertedIndices

import DataAPI: metadata
using InvertedIndices: Not
using Base: tail, OneTo, @propagate_inbounds

Expand Down