Skip to content

Commit

Permalink
cleaned up limits.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nfearnley committed May 21, 2024
1 parent 9e7494b commit 723d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/cogs/limits.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import logging
from sizebot.lib.errors import GuildNotFoundException, UserNotFoundException

import discord
from discord.ext import commands

from sizebot.lib.errors import GuildNotFoundException, UserNotFoundException
from sizebot.lib import guilddb, userdb, nickmanager
from sizebot.lib.checks import is_mod
from sizebot.lib.types import BotContext
Expand Down

0 comments on commit 723d68f

Please sign in to comment.