Skip to content

Commit

Permalink
Remove unneeded Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch committed Apr 10, 2017
1 parent 6a350a6 commit a9fcabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vega.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VERSION >= v"0.4" && __precompile__()

module Vega

using JSON, ColorBrewer, Compat, KernelDensity, NoveltyColors, StatsBase
using JSON, ColorBrewer, KernelDensity, NoveltyColors, StatsBase
import Base.print

export VegaAxis, VegaData, VegaMark, VegaPadding, VegaScale,
Expand Down

0 comments on commit a9fcabf

Please sign in to comment.