From 8e08b062f48e0c83343d90c5a0e06974b37d2664 Mon Sep 17 00:00:00 2001 From: Milo Weinberg Date: Tue, 28 May 2024 18:03:12 -0400 Subject: [PATCH] Lint code with Ruff --- bot/cogs/commands/fun.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/cogs/commands/fun.py b/bot/cogs/commands/fun.py index d982bec3..0128192d 100644 --- a/bot/cogs/commands/fun.py +++ b/bot/cogs/commands/fun.py @@ -4,14 +4,13 @@ from contextlib import suppress from urllib.parse import quote as urlquote -import classyjson as cj import discord from discord.ext import commands from bot.cogs.core.database import Database from bot.models.translation import Fun_Trivia_Question from bot.utils.ctx import Ctx -from bot.utils.misc import SuppressCtxManager, clean_text, shorten_text +from bot.utils.misc import clean_text, shorten_text from bot.villager_bot import VillagerBotCluster