Skip to content

Commit

Permalink
removing revize
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaoga committed Nov 3, 2024
1 parent a10de3f commit e397273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/solvers/Unicycle robot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using Test #src
# The nonlinear constraints are handled as obstacles in the state-space.

# First, let us import [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl) and [Plots](https://github.com/JuliaPlots/Plots.jl).
using StaticArrays, Plots, Revise
using StaticArrays, Plots

# At this point, we import Dionysos and JuMP.
using Dionysos, JuMP
Expand Down

0 comments on commit e397273

Please sign in to comment.