Skip to content

Commit

Permalink
Don't re-export using StatsBase (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjprybol authored and ararslan committed Apr 20, 2017
1 parent 46a4f3f commit 2671be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DataTables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module DataTables
using Compat
import Compat.String
using Reexport
@reexport using StatsBase
using StatsBase
import NullableArrays: dropnull, dropnull!
@reexport using NullableArrays
@reexport using CategoricalArrays
Expand Down
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module TestUtils
using Base.Test
using DataTables
using Compat

using StatsBase
import DataTables: identifier

@test identifier("%_B*_\tC*") == :_B_C_
Expand Down

0 comments on commit 2671be7

Please sign in to comment.