Skip to content

Commit f031fd4

Browse files
tkelmanararslan
authored andcommitted
Remove uses of compat (#40)
should not be used if no longer listed in Compat
1 parent c2cb3f2 commit f031fd4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/MLBase.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module MLBase
22

33
using Reexport
44
using IterTools
5-
using Compat
6-
using Compat: view
75
@reexport using StatsBase
86

97
import Base: length, show, keys, precision, length, getindex

test/modeltune.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using MLBase
2-
using Compat
32
using Base.Test
43

54
## gridtune

test/utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Tests of intstats.jl
22

33
using MLBase
4-
using Compat
54
using Base.Test
65

76
# repeach

0 commit comments

Comments
 (0)