Skip to content

Commit

Permalink
style(coggies-blacklist): sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Jun 4, 2022
1 parent c9b6026 commit c3569a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion botbase/coggies/blacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from typing import TYPE_CHECKING

from nextcord import Embed, Object
from nextcord.ext.commands import Cog, group, is_owner
from nextcord.ext.commands import group, is_owner

from ..models import CogBase
from ..wraps import MyContext

Expand Down

0 comments on commit c3569a0

Please sign in to comment.