combined edits
This commit is contained in:
@ -21,7 +21,7 @@ if project_root not in sys.path:
|
||||
sys.path.append(project_root)
|
||||
|
||||
# Import BinanceHistoricalData from the root module
|
||||
from realtime import BinanceHistoricalData
|
||||
from dataprovider_realtime import BinanceHistoricalData
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
Reference in New Issue
Block a user