Skip to content

Commit 9b68bfb

Browse files
JustinTArthurgvanrossum
authored andcommitted
Remove unused imports. (python#435)
1 parent d427e73 commit 9b68bfb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

asyncio/base_subprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import warnings
44

55
from . import compat
6-
from . import futures
76
from . import protocols
87
from . import transports
98
from .coroutines import coroutine

asyncio/queues.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from . import compat
99
from . import events
10-
from . import futures
1110
from . import locks
1211
from .coroutines import coroutine
1312

release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import subprocess
2121
import sys
2222
import tempfile
23-
import textwrap
2423

2524
PROJECT = 'asyncio'
2625
DEBUG_ENV_VAR = 'PYTHONASYNCIODEBUG'

0 commit comments

Comments
 (0)