From a74d7f81f258b4e70221c445b351fe646d385dd5 Mon Sep 17 00:00:00 2001 From: Numerlor <25886452+Numerlor@users.noreply.github.com> Date: Wed, 13 Jan 2021 12:57:36 +0100 Subject: Correct return type annotation --- bot/exts/info/doc/_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/doc/_cog.py b/bot/exts/info/doc/_cog.py index f008f2c28..ac74e7997 100644 --- a/bot/exts/info/doc/_cog.py +++ b/bot/exts/info/doc/_cog.py @@ -124,7 +124,7 @@ class DocCog(commands.Cog): api_package_name: str, base_url: str, inventory_url: str - ) -> Optional[INVENTORY_DICT]: + ) -> None: """ Update the cog's inventory, or reschedule this method to execute again if the remote inventory unreachable. -- cgit v1.2.3