Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Oct 29, 2023
1 parent b039c81 commit 68fc522
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationMetaheuristics = "3aafef2f-86ae-4776-b337-85a36adf0b55"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand All @@ -36,7 +35,6 @@ IntervalSets = "^0.7"
MakieCore = "0.6"
Optimization = "^3.15"
OptimizationMetaheuristics = "^0.1.2"
OptimizationOptimJL = "^0.1.9"
PrecompileTools = "^1.1"
Reexport = "^1.2"
StaticArrays = "^1.6"
Expand Down
1 change: 0 additions & 1 deletion src/FinanceModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Dates
using Reexport
@reexport using FinanceCore
using FinanceCore: present_value, discount, accumulation
using OptimizationOptimJL
using OptimizationMetaheuristics
using StaticArrays
using IntervalSets
Expand Down

0 comments on commit 68fc522

Please sign in to comment.