Skip to content

Commit

Permalink
Fix warn help command
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz committed Mar 31, 2024
1 parent 2f68f83 commit b4766c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def warn_ack(wrapper: MessageDispatcher, args):
db.acknowledge_warning(args.id)
wrapper.reply(messages["fwarn_done"])

def warn_help(var, wrapper, args):
def warn_help(wrapper: MessageDispatcher, args):
if args.command in _wl:
wrapper.reply(messages["warn_list_syntax"])
elif args.command in _wv:
Expand Down

0 comments on commit b4766c7

Please sign in to comment.