Skip to content

Commit

Permalink
Use import instead of using
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Feb 19, 2019
1 parent ecb26f5 commit dd627cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/build.jl
@@ -1,5 +1,5 @@

include(joinpath(@__DIR__, "../src/utils/data.jl"))
using .UtilsData
import .UtilsData: TestData

download(TestData)
2 changes: 1 addition & 1 deletion src/PowerSystems.jl
Expand Up @@ -136,6 +136,6 @@ include("utils/lodf_calculations.jl")

# Download test data
include("utils/data.jl")
using .UtilsData
import .UtilsData: TestData

end # module

0 comments on commit dd627cc

Please sign in to comment.