From 3cb993e5dd11dc12bd83074713205abb06c5e13f Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:12:34 -0400 Subject: [PATCH] Fix all flake8 DOC104 issues --- techsupport_bot/commands/factoids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techsupport_bot/commands/factoids.py b/techsupport_bot/commands/factoids.py index 89a29447d..b10203e4c 100644 --- a/techsupport_bot/commands/factoids.py +++ b/techsupport_bot/commands/factoids.py @@ -372,9 +372,9 @@ async def handle_parent_change( """Changes the list of aliases to point to a new name Args: + ctx (commands.Context): Used for cache handling aliases (list): A list of aliases to change new_name (str): The name of the new parent - ctx (commands.Context): Used for cache handling """ for alias in aliases: