diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/converters.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/converters.py b/bot/converters.py index 6bbc22c3a..2b383636c 100644 --- a/bot/converters.py +++ b/bot/converters.py @@ -187,7 +187,7 @@ class Inventory(Converter):      """      @staticmethod -    async def convert(ctx: Context, url: str) -> t.Tuple[str, _inventory_parser.INVENTORY_DICT]: +    async def convert(ctx: Context, url: str) -> t.Tuple[str, _inventory_parser.InventoryDict]:          """Convert url to Intersphinx inventory URL."""          await ctx.trigger_typing()          if (inventory := await _inventory_parser.fetch_inventory(url)) is None:  |