We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e8f3e commit 45eddcbCopy full SHA for 45eddcb
1 file changed
trio_asyncio/sync.py
@@ -1,9 +1,7 @@
1
-import sys
2
import trio
3
import queue
4
import asyncio
5
import threading
6
-import traceback
7
8
from .base import BaseTrioEventLoop
9
from .handles import Handle
0 commit comments