Skip to content

Commit

Permalink
Fixed openbb_terminal.cryptocurrency.defi imports such that they're i…
Browse files Browse the repository at this point in the history
…n alphabetical order
  • Loading branch information
davidtran001 committed Dec 6, 2023
1 parent 2812e78 commit 8b925e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openbb_terminal/cryptocurrency/defi/defi_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

from openbb_terminal.core.session.current_user import get_current_user
from openbb_terminal.cryptocurrency.defi import (
nanoly_model,
nanoly_view,
cryptosaurio_view,
llama_model,
llama_view,
nanoly_model,
nanoly_view,
smartstake_view,
substack_view,
terramoney_fcd_model,
Expand Down

0 comments on commit 8b925e2

Please sign in to comment.