Skip to content

Commit

Permalink
cleaned up pokemon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nfearnley committed May 21, 2024
1 parent 368ab81 commit 7ffff38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sizebot/cogs/pokemon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import random

from discord.ext import commands
Expand All @@ -8,8 +7,6 @@
from sizebot.lib.types import BotContext
from sizebot.lib.userdb import MemberOrFakeOrSize

logger = logging.getLogger("sizebot")


class PokemonCog(commands.Cog):
def __init__(self, bot: commands.Bot):
Expand Down

0 comments on commit 7ffff38

Please sign in to comment.