From 484058b977ba02813f708237e71c80b48e2e23ce Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:18:52 +0000 Subject: [PATCH] auto: format python code --- cogs/utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cogs/utils.py b/cogs/utils.py index 1b92e93..c63bcfb 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -271,9 +271,7 @@ async def _close_thread( user = doc['recipient'] - embed = discord.Embed( - description=thread_channel.jump_url, color=0xB8E986, timestamp=datetime.now(tz=timezone.utc) - ) + embed = discord.Embed(description=thread_channel.jump_url, color=0xB8E986, timestamp=datetime.now(tz=timezone.utc)) embed.set_author(name=f'Modmail closed | {user["name"]} ({user["id"]})')