Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed Sep 16, 2024
1 parent abbc422 commit bd8665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanjun/_internal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def flatten_options(

for _channel_cls, _types in CHANNEL_TYPES.copy().items():
for _mro_type in _channel_cls.mro():
if isinstance(_mro_type, type) and issubclass( # pyright: ignore[(reportUnnecessaryIsInstance]
if isinstance(_mro_type, type) and issubclass( # pyright: ignore[reportUnnecessaryIsInstance]
_mro_type, hikari.PartialChannel
):

Expand Down

0 comments on commit bd8665f

Please sign in to comment.