Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Jul 13, 2023
1 parent d65b1a8 commit f91012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erasmus/cogs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def __init__(self, bot: Erasmus, /) -> None:
if bot.config.get('enable_eval', False):
self._eval = app_commands.command(name='eval')(self.__eval)

self.__cog_app_commands_group__.add_command( # pyright: ignore[reportOptionalMemberAccess] # noqa: 501
self.__cog_app_commands_group__.add_command( # pyright: ignore[reportOptionalMemberAccess] # noqa: E501
self._eval
)

Expand Down

0 comments on commit f91012b

Please sign in to comment.