remove unneeded "from queue import Queue"
This commit is contained in:
parent
8148fead51
commit
16e500fd43
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import asyncio, inspect
|
||||
import anyio
|
||||
from queue import Queue
|
||||
|
||||
from typing import Any, Awaitable, Callable, cast, Dict, List, Tuple
|
||||
from irctokens import Line
|
||||
|
||||
|
|
Loading…
Reference in a new issue