Skip to content

Commit a4fad68

Browse files
authored
Merge pull request #214 from IBM/clean_up
Clean up
2 parents dcee357 + 5712e6b commit a4fad68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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 = "TSML"
22
uuid = "198dc43e-9e51-5cd7-9d40-d9794d335912"
33
authors = ["Paulito Palmes <[email protected]>"]
4-
version = "2.7.8"
4+
version = "2.7.9"
55

66
[deps]
77
AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"

src/TSML.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export Pipeline, ComboPipeline
3333
import AMLPipelineBase.AbsTypes: fit, fit!, transform, transform!
3434

3535
# ----------------------------------------------
36-
3736
include("valdatefilters.jl")
3837
using .ValDateFilters
3938
export Matrifier,Dateifier,

0 commit comments

Comments
 (0)