Add space after docstring

This commit is contained in:
mrpabloyeah
2025-04-13 13:25:30 +02:00
parent 6fa1133c61
commit e6b5233d2f

View File

@@ -29,6 +29,7 @@ class LoggingMixin:
:param force_show: If True, sends the message regardless of show_output value.
:return: None.
"""
@cached(cache=self._log_cache)
def _log_once(message: str):
logmethod(message)