mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
chore: fix typo
This commit is contained in:
@@ -552,7 +552,7 @@ def get_datahandlerclass(datatype: str) -> type[IDataHandler]:
|
|||||||
from .hdf5datahandler import HDF5DataHandler
|
from .hdf5datahandler import HDF5DataHandler
|
||||||
|
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"DEPRECATED: The hdf5 dataformat is deprecated and will be removed in a the "
|
"DEPRECATED: The hdf5 dataformat is deprecated and will be removed in the "
|
||||||
"next release. "
|
"next release. "
|
||||||
"Please use the convert-data command to convert your data to a supported format."
|
"Please use the convert-data command to convert your data to a supported format."
|
||||||
"We recommend using the feather format, as it is faster and is more space-efficient."
|
"We recommend using the feather format, as it is faster and is more space-efficient."
|
||||||
|
|||||||
Reference in New Issue
Block a user