diff options
| -rw-r--r-- | bot/cogs/watchchannels/talentpool.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/watchchannels/talentpool.py b/bot/cogs/watchchannels/talentpool.py index 7e3aed971..66de567f9 100644 --- a/bot/cogs/watchchannels/talentpool.py +++ b/bot/cogs/watchchannels/talentpool.py @@ -1,7 +1,7 @@  import logging  import textwrap  from collections import ChainMap -from typing import Union, Optional +from typing import Optional, Union  from discord import Color, Embed, Member, User  from discord.ext.commands import Cog, Context, group | 
