Skip to content

Commit 680a1a2

Browse files
fhagemannoschulz
authored andcommitted
Replace RealQuantity with Unitful.RealOrRealQuantity
1 parent e3e0a7d commit 680a1a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/LegendEventAnalysis.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ using ProgressMeter: @showprogress
1515
using PropertyFunctions: PropertyFunction, @pf, filterby
1616

1717
using Tables: columns
18-
18+
using Unitful: RealOrRealQuantity as RealQuantity
1919
using LegendDataTypes: fast_flatten
2020

21-
# ToDo: Add this to LegendDataTypes:
22-
const MaybeWithUnits{T<:Number} = Union{T,Quantity{<:T}}
23-
const RealQuantity = MaybeWithUnits{<:Real}
2421

2522
include("flatten_over_channels.jl")
2623
include("build_global_events.jl")

0 commit comments

Comments
 (0)