Skip to content

Commit f4d95d6

Browse files
committed
Remove stale import
1 parent ae3d2b2 commit f4d95d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pytest_twisted.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
# https://docs.python.org/3/whatsnew/3.6.html#pep-525-asynchronous-generators
99
ASYNC_GENERATORS = sys.version_info >= (3, 6)
1010

11-
if ASYNC_AWAIT:
12-
import asyncio
13-
else:
14-
asyncio = None
15-
1611

1712
import decorator
1813
import greenlet

0 commit comments

Comments
 (0)