Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 73d767f

Browse files
committed
remove unused lines that break python 3.x
1 parent 5714129 commit 73d767f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

async/pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import sys
3232
import weakref
3333
from time import sleep
34-
import new
3534

3635

3736
__all__ = ('PoolReader', 'Pool', 'ThreadPool')

async/task.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
from util import ReadOnly
77
from channel import IteratorReader
88

9-
109
import threading
1110
import weakref
1211
import sys
13-
import new
1412

1513
__all__ = ('Task', 'ThreadTaskBase', 'IteratorTaskBase',
1614
'IteratorThreadTask', 'ChannelThreadTask')

async/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from threading import (
88
Lock,
99
_allocate_lock,
10-
_Condition,
1110
_sleep,
1211
_time,
1312
)

0 commit comments

Comments
 (0)