removed include statement

This commit is contained in:
Dhairya Gandhi 2018-08-19 22:55:14 +05:30
parent 9c98272cf0
commit 1228e9c5e2

View File

@ -1,6 +1,6 @@
using Juno using Juno
using Flux.Tracker: back! using Flux.Tracker: back!
include("../utils.jl") # include("../utils.jl")
runall(f) = f runall(f) = f
runall(fs::AbstractVector) = () -> foreach(call, fs) runall(fs::AbstractVector) = () -> foreach(call, fs)