Skip to content

Commit

Permalink
revert: b429bf4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharp-Eyes committed Sep 19, 2024
1 parent 4cefda8 commit 951f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disnake/ext/components/impl/component/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _field_transformer(
@typing_extensions.dataclass_transform(
kw_only_default=True, field_specifiers=(fields.field, fields.internal)
)
class ComponentMeta(type(typing.Protocol)):
class ComponentMeta(typing._ProtocolMeta): # pyright: ignore
"""Metaclass for all disnake-ext-components component types.
It is **highly** recommended to use this metaclass for any class that
Expand Down

0 comments on commit 951f852

Please sign in to comment.