Skip to content

Commit 44efb13

Browse files
committed
isort patch.
1 parent bd07aac commit 44efb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .const import __version__ # noqa: F401
1111
from .context import ComponentContext, MenuContext, SlashContext # noqa: F401
1212
from .dpy_overrides import ComponentMessage # noqa: F401
13-
from .model import ButtonStyle, ComponentType, SlashCommandOptionType, ContextMenuType # noqa: F401
13+
from .model import ButtonStyle, ComponentType, ContextMenuType, SlashCommandOptionType # noqa: F401
1414
from .utils import manage_commands # noqa: F401
1515
from .utils import manage_components # noqa: F401

0 commit comments

Comments
 (0)