Skip to content

Commit

Permalink
(feat) add correct path for config encoder decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosofede committed Dec 5, 2023
1 parent 150b0b5 commit c1e5382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
)
from hummingbot.smart_components.strategy_frameworks.directional_trading import DirectionalTradingControllerBase, \
DirectionalTradingControllerConfigBase, DirectionalTradingExecutorHandler
from hummingbot.smart_components.utils import ConfigEncoderDecoder
from hummingbot.smart_components.utils.config_encoder_decoder import ConfigEncoderDecoder
from hummingbot.strategy.script_strategy_base import ScriptStrategyBase


Expand Down
2 changes: 1 addition & 1 deletion ui_components/launch_strategy_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from docker_manager import DockerManager
import streamlit as st
from hummingbot.core.data_type.common import PositionMode, OrderType, TradeType
from hummingbot.smart_components.utils import ConfigEncoderDecoder
from hummingbot.smart_components.utils.config_encoder_decoder import ConfigEncoderDecoder
from streamlit_elements import mui, lazy

import constants
Expand Down

0 comments on commit c1e5382

Please sign in to comment.