mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-24 00:34:23 +01:00
(feat) refactor editors and inputs
This commit is contained in:
@@ -2,7 +2,7 @@ from functools import partial
|
|||||||
import streamlit as st
|
import streamlit as st
|
||||||
from streamlit_elements import mui, editor, sync, lazy, event
|
from streamlit_elements import mui, editor, sync, lazy, event
|
||||||
|
|
||||||
from utils.os_utils import save_file
|
from backend.utils.os_utils import save_file
|
||||||
from .dashboard import Dashboard
|
from .dashboard import Dashboard
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from _decimal import Decimal
|
from _decimal import Decimal
|
||||||
from math import exp
|
from math import exp
|
||||||
|
|
||||||
from hummingbot.smart_components.utils.distributions import Distributions
|
from hummingbot.strategy_v2.utils.distributions import Distributions
|
||||||
|
|
||||||
|
|
||||||
def normalize(values):
|
def normalize(values):
|
||||||
|
|||||||
Reference in New Issue
Block a user