Skip to content

Commit fd175a3

Browse files
authored
pre-push
1 parent a6667fb commit fd175a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

discord_slash/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
"""
22
discord-py-slash-command
33
~~~~~~~~~~~~~~~~~~~~~~~~
4-
54
Simple Discord Slash Command extension for discord.py
6-
75
:copyright: (c) 2020-2021 eunwoo1104
86
:license: MIT
97
"""
108

119
from .client import SlashCommand # noqa: F401
1210
from .const import __version__ # noqa: F401
13-
from .context import ComponentContext, SlashContext, MenuContext # noqa: F401
11+
from .context import ComponentContext, MenuContext, SlashContext # noqa: F401
1412
from .dpy_overrides import ComponentMessage # noqa: F401
1513
from .model import ButtonStyle, ComponentType, SlashCommandOptionType # noqa: F401
1614
from .utils import manage_commands # noqa: F401

0 commit comments

Comments
 (0)