diff --git a/src/api/formatter.py b/src/api/formatter.py index b808c79..c9946a1 100644 --- a/src/api/formatter.py +++ b/src/api/formatter.py @@ -21,8 +21,7 @@ from typing import Optional, Callable logger = logging.getLogger("src.api.formatter") -def _register_formatter(func: Callable[[dict], DiscordMessage], kwargs: dict[str, str], formatter_type: str, - action_type: Optional[str]=None): +def _register_formatter(func, kwargs, formatter_type: str, action_type=None): """ Registers a formatter inside of src.rcgcdw.formatter_hooks """