aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-01-13 12:57:36 +0100
committerGravatar Numerlor <[email protected]>2021-01-14 05:01:14 +0100
commita74d7f81f258b4e70221c445b351fe646d385dd5 (patch)
tree15a68ab5d6af2e9015c885e71bde879c383d3946
parentTurn update_single into a normal function (diff)
Correct return type annotation
-rw-r--r--bot/exts/info/doc/_cog.py2
1 files changed, 1 insertions, 1 deletions
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.