Skip to content

Commit

Permalink
Fix stdlib dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackm committed Oct 16, 2018
1 parent b61ee89 commit 7b954f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FlashWeave.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module FlashWeave

# stdlib
using Distributed, SparseArrays, Statistics, DelimitedFiles, Random,
SharedArrays, LinearAlgebra, Dates
using Distributed, SparseArrays, Statistics, DelimitedFiles, Random
using SharedArrays, LinearAlgebra, Dates

# data structures
using DataStructures
Expand Down

0 comments on commit 7b954f6

Please sign in to comment.