Skip to content

Commit

Permalink
Merge branch 'Pycord-Development:master' into actx-responses
Browse files Browse the repository at this point in the history
  • Loading branch information
krittick authored Dec 29, 2021
2 parents 7b8a46d + 758ff5f commit 4474a7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discord/commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import types
from collections import OrderedDict
from typing import Any, Callable, Dict, Generic, List, Optional, Type, TypeVar, Union, TYPE_CHECKING
from typing_extensions import ParamSpec

from .context import ApplicationContext, AutocompleteContext
from .errors import ApplicationCommandError, CheckFailure, ApplicationCommandInvokeError
Expand Down Expand Up @@ -63,6 +62,8 @@
)

if TYPE_CHECKING:
from typing_extensions import ParamSpec

from ..cog import Cog
from ..interactions import Interaction

Expand Down

0 comments on commit 4474a7f

Please sign in to comment.