mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Add space after docstring
This commit is contained in:
@@ -29,6 +29,7 @@ class LoggingMixin:
|
|||||||
:param force_show: If True, sends the message regardless of show_output value.
|
:param force_show: If True, sends the message regardless of show_output value.
|
||||||
:return: None.
|
:return: None.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@cached(cache=self._log_cache)
|
@cached(cache=self._log_cache)
|
||||||
def _log_once(message: str):
|
def _log_once(message: str):
|
||||||
logmethod(message)
|
logmethod(message)
|
||||||
|
|||||||
Reference in New Issue
Block a user