remove a couple unused imports
This commit is contained in:
parent
9defbc8da0
commit
7d2637c1ad
1 changed files with 0 additions and 2 deletions
|
@ -64,7 +64,6 @@ class IpReader:
|
|||
|
||||
def __iter__(self):
|
||||
from queue import SimpleQueue, Empty
|
||||
from sys import stderr
|
||||
|
||||
def _next():
|
||||
results = SimpleQueue()
|
||||
|
@ -88,7 +87,6 @@ class IpReader:
|
|||
def __aiter__(self):
|
||||
from asyncio import sleep
|
||||
from queue import SimpleQueue
|
||||
from sys import stderr
|
||||
|
||||
async def _next():
|
||||
results = SimpleQueue()
|
||||
|
|
Loading…
Reference in a new issue