Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 18, 2024
1 parent 23f3cda commit 1f66f03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/dashboard_app/charts/main_chart_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
import plotly.express
import plotly.graph_objs

from dashboard_app.helpers.settings import TOKEN_SETTINGS
from dashboard_app.helpers.tools import (
from helpers.settings import TOKEN_SETTINGS
from helpers.tools import (
get_collateral_token_range,
get_custom_data,
get_prices,
get_underlying_address,
save_dataframe,
)
from shared.amms import SwapAmm
from shared.state import State
Expand Down

0 comments on commit 1f66f03

Please sign in to comment.