Skip to content

Commit

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

import discord
from discord.ext import commands

Expand All @@ -18,8 +16,6 @@
from sizebot.lib.userdb import load_or_fake, MemberOrFakeOrSize, load_or_fake_height, load_or_fake_weight
from sizebot.lib.utils import pretty_time_delta, round_fraction, sentence_join

logger = logging.getLogger("sizebot")


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

0 comments on commit 513e1a6

Please sign in to comment.