Skip to content

Commit

Permalink
Fix missing standard library import
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 11, 2018
1 parent 10b2cd7 commit 79a7ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plotting.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using Statistics: mean

using Parameters: @with_kw, @unpack
using RecipesBase
using Setfield: @set
Expand Down

0 comments on commit 79a7ae3

Please sign in to comment.