diff options
author | 2019-10-08 20:22:52 +0300 | |
---|---|---|
committer | 2019-10-08 20:22:52 +0300 | |
commit | 0c31a417e215d6eff4066202cd357896f7f95892 (patch) | |
tree | e9571e3b8fdb426454c54957d8331e9274222821 | |
parent | Add raw command (diff) |
Fix wrong import
-rw-r--r-- | bot/cogs/information.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/cogs/information.py b/bot/cogs/information.py index 19f3bf7e6..bffb12751 100644 --- a/bot/cogs/information.py +++ b/bot/cogs/information.py @@ -3,8 +3,7 @@ import logging import pprint import textwrap import typing -from collections import Mapping -from typing import Any, Optional +from typing import Any, Optional, Mapping import discord from discord import CategoryChannel, Colour, Embed, Member, TextChannel, VoiceChannel |