Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidPL committed May 17, 2024
1 parent dd0670a commit 357f8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangobot/commands/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def send_response(self, ctx: Context, command) -> None:
params["file"] = File(file, command["original_file_name"])
await ctx.send(**params)

async def parse_command(self, ctx: Context, *args) -> ParsedCommand:
async def parse_command(self, ctx: Context, args) -> ParsedCommand:
"""
Parse the command syntax used for the :func:`add` and :func:`edit`
functions.
Expand Down

0 comments on commit 357f8e0

Please sign in to comment.