From 5fd87154cbf326068b181f366286a635a7eaa119 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Fri, 2 Feb 2024 16:12:08 +0000 Subject: Enable all ruff rules --- arthur/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arthur/utils.py') diff --git a/arthur/utils.py b/arthur/utils.py index 07e0f19..f66ecd4 100644 --- a/arthur/utils.py +++ b/arthur/utils.py @@ -13,6 +13,6 @@ def generate_error_message( return f"{emote} **{title}** {description}" -def datetime_to_discord(time: datetime, format: str = "f") -> str: +def datetime_to_discord(time: datetime, date_format: str = "f") -> str: """Convert a datetime object to a Discord timestamp.""" - return f"" + return f"" -- cgit v1.2.3