remove unneeded "from queue import Queue"

This commit is contained in:
jesopo 2020-04-02 17:01:39 +01:00
parent 8148fead51
commit 16e500fd43

View file

@ -1,6 +1,6 @@
import asyncio, inspect import asyncio, inspect
import anyio import anyio
from queue import Queue
from typing import Any, Awaitable, Callable, cast, Dict, List, Tuple from typing import Any, Awaitable, Callable, cast, Dict, List, Tuple
from irctokens import Line from irctokens import Line