Skip to content

Commit

Permalink
Merge pull request #7 from invenia/ne/add-missing-import
Browse files Browse the repository at this point in the history
Add missing unit import
  • Loading branch information
nicoleepp authored Nov 22, 2018
2 parents 0e46083 + ca14b3e commit bdcb729
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
using Compat.Dates
using Missings

import Base: *, convert, round
using Unitful: unit

import Base: *, convert
import Compat: round
import Compat.Statistics: mean
import Unitful: ustrip

Expand Down

0 comments on commit bdcb729

Please sign in to comment.