refactor: Update import path for get_stock_data function
This commit is contained in:
parent
ccb62b1cb9
commit
6238550ff4
@ -6,7 +6,7 @@ from backtesting import Backtest, Strategy
|
||||
from typing import Dict, List, Union
|
||||
import itertools
|
||||
from datetime import datetime, timedelta
|
||||
from src.utils.common_utils import get_stock_data
|
||||
from utils.common_utils import get_stock_data
|
||||
|
||||
class DynamicStrategy(Strategy):
|
||||
"""Dynamic strategy class that can be configured through the UI"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user