Skip to content

Commit

Permalink
[minor] [lint] Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 28, 2023
1 parent c76dd6b commit e66ebbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltv_mpc/live_plots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

"""Set of system-specific live plots provided for reference and examples."""

from .wheeled_inverted_pendulum_plot import WheeledInvertedPendulumPlot
from .live_plot import LivePlot
from .wheeled_inverted_pendulum_plot import WheeledInvertedPendulumPlot

__all__ = [
"WheeledInvertedPendulumPlot",
Expand Down

0 comments on commit e66ebbe

Please sign in to comment.