Skip to content

Commit

Permalink
Lint code with Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed May 28, 2024
1 parent c33d2ef commit 8e08b06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/cogs/commands/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 8e08b06

Please sign in to comment.