Skip to content

Commit

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

from discord.ext import commands
Expand All @@ -12,8 +11,6 @@
from sizebot.lib.types import BotContext
from sizebot.lib.units import SV, WV, pos_SV, pos_WV

logger = logging.getLogger("sizebot")


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

0 comments on commit 00f34b2

Please sign in to comment.