Skip to content

Commit

Permalink
Fix last pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Oct 15, 2023
1 parent 968d534 commit c676d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/custom_help_command.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import discord
from discord.ext.commands import HelpCommand


# pylint: disable=arguments-differ
class RootPythiaHelpCommand(HelpCommand):
"""
Implementation of HelpCommand
Expand Down

0 comments on commit c676d96

Please sign in to comment.