Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit8cd2b6e

Browse files
committed
Merge pull request#6 from schwehr/master
remove unused lines that break python 3.x
2 parents5714129 +73d767f commit8cd2b6e

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
importsys
3232
importweakref
3333
fromtimeimportsleep
34-
importnew
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
fromutilimportReadOnly
77
fromchannelimportIteratorReader
88

9-
109
importthreading
1110
importweakref
1211
importsys
13-
importnew
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
fromthreadingimport (
88
Lock,
99
_allocate_lock,
10-
_Condition,
1110
_sleep,
1211
_time,
1312
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp