Skip to content

Commit

Permalink
ForwardDiff: use import, using was not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Aug 5, 2018
1 parent 34a19f2 commit 08def45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JuMP.jl
Expand Up @@ -22,7 +22,7 @@ const MOIU = MOI.Utilities

import Calculus
import DataStructures.OrderedDict
using ForwardDiff
import ForwardDiff
include("Derivatives/Derivatives.jl")
using .Derivatives

Expand Down

0 comments on commit 08def45

Please sign in to comment.