Skip to content

Commit

Permalink
Remove unused ParamSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Jan 8, 2024
1 parent 0486cf5 commit 82cabbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arc/internal/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
BuilderT = t.TypeVar("BuilderT", bound="hikari.api.SlashCommandBuilder | hikari.api.ContextMenuCommandBuilder")
ParamsT = t.TypeVar("ParamsT", bound="OptionParams[t.Any]")
HookableT = t.TypeVar("HookableT", bound="Hookable[t.Any]")
P = t.ParamSpec("P")

# Type aliases
EventCallbackT: t.TypeAlias = "t.Callable[[EventT], t.Awaitable[None]]"
Expand Down

0 comments on commit 82cabbf

Please sign in to comment.