Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 6cd9e3c

Browse files
authored
Merge pull request #16 from tpgillam/tg/tidy
Remove unused type parameter
2 parents 945c8df + b228ad8 commit 6cd9e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AssociativeWindowAggregation"
22
uuid = "444271a7-5434-4a02-b82b-0e30a9223c60"
33
authors = ["Tom Gillam <tpgillam@googlemail.com>"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

src/time.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mutable struct TimeWindowAssociativeOp{Value,Op,Op!,Time,TimeDiff}
4646
end
4747
end
4848

49-
function TimeWindowAssociativeOp{T,Op,Time}(window::TimeDiff) where {T,Op,Time,TimeDiff}
49+
function TimeWindowAssociativeOp{T,Op,Time}(window) where {T,Op,Time}
5050
return TimeWindowAssociativeOp{T,Op,Op,Time}(window)
5151
end
5252

0 commit comments

Comments
 (0)