diff options
| -rw-r--r-- | bot/cogs/watchchannels/watchchannel.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/watchchannels/watchchannel.py b/bot/cogs/watchchannels/watchchannel.py index 9f67367fc..87a219a96 100644 --- a/bot/cogs/watchchannels/watchchannel.py +++ b/bot/cogs/watchchannels/watchchannel.py @@ -6,7 +6,7 @@ import textwrap  from abc import ABC, abstractmethod  from collections import defaultdict, deque  from dataclasses import dataclass -from typing import Iterator, Optional +from typing import Optional  import aiohttp  import discord | 
