From 0a25926f267188e4079b1575d883b9a47c6a5d10 Mon Sep 17 00:00:00 2001 From: SebastiaanZ <33516116+SebastiaanZ@users.noreply.github.com> Date: Thu, 4 Jul 2019 13:01:14 +0200 Subject: Removing unused import --- bot/cogs/watchchannels/watchchannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3