Improve legibility

This commit is contained in:
AlberLC
2022-12-04 09:49:06 +01:00
parent 73bedd9b52
commit e2427fa3c8

View File

@@ -14,11 +14,9 @@ from flanabot.bots.flana_bot import FlanaBot
from flanabot.models import Message from flanabot.models import Message
# ---------------------------------------------------------- # # ---------------------------------------------------- #
# ----------------------- DECORATORS ----------------------- # # -------------------- DECORATORS -------------------- #
# ---------------------------------------------------------- # # ---------------------------------------------------- #
def whitelisted(func: Callable) -> Callable: def whitelisted(func: Callable) -> Callable:
@functools.wraps(func) @functools.wraps(func)
@find_message @find_message