We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5750d05 commit 4963a96Copy full SHA for 4963a96
freqtrade/data/history/datahandlers/idatahandler.py
@@ -552,7 +552,7 @@ def get_datahandlerclass(datatype: str) -> type[IDataHandler]:
552
from .hdf5datahandler import HDF5DataHandler
553
554
logger.warning(
555
- "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 "
556
"next release. "
557
"Please use the convert-data command to convert your data to a supported format."
558
"We recommend using the feather format, as it is faster and is more space-efficient."
0 commit comments