Skip to content

Commit 8f67d5d

Browse files
committed
Fixed imports
1 parent a871d84 commit 8f67d5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trio/tests/test_threads.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import threading
22
import queue as stdlib_queue
33
import time
4+
import weakref
45

56
import pytest
7+
from trio._core import TrioToken, current_trio_token
68

79
from .. import _core
810
from .. import Event, CapacityLimiter, sleep

0 commit comments

Comments
 (0)