Skip to content

Commit efea0c4

Browse files
committed
linters
1 parent 15e4169 commit efea0c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_asyncio/compat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import asyncio
2-
import sys
32
from unittest import mock
43

54
try:
@@ -9,4 +8,4 @@
98

109

1110
def create_task(coroutine):
12-
return asyncio.create_task(coroutine)
11+
return asyncio.create_task(coroutine)

0 commit comments

Comments
 (0)