Skip to content

Commit

Permalink
remove useless Formatting dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Feb 22, 2024
1 parent c3a7e3d commit e273f2f
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 @@ -21,7 +21,6 @@ ExtendedDates = "78f5a1cc-aa73-4dda-b6b2-4d6b1976988f"
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down Expand Up @@ -93,7 +92,6 @@ ExtendedDates = "0.2.0"
FastLapackInterface = "2.0.0"
FillArrays = "1.9.3"
FiniteDiff = "2.13.1"
Formatting = "0.4.2"
IntervalSets = "0.6.2, 0.7"
IterativeSolvers = "0.9.2"
JSON = "0.21.2"
Expand Down
1 change: 0 additions & 1 deletion src/reporting/report.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Base.print
using Dates
using Formatting
using Tokenize

struct Graph
Expand Down

0 comments on commit e273f2f

Please sign in to comment.