Skip to content

Commit 112ca9d

Browse files
committed
forgot to check in the removal of a debug call. Oops.
1 parent daf81a9 commit 112ca9d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/python/test_tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,6 @@ def test_context_1(self):
21142114
cvar = contextvars.ContextVar('cvar', default='nope')
21152115

21162116
async def sub():
2117-
import pdb;pdb.set_trace()
21182117
await asyncio.sleep(0.1, loop=loop)
21192118
self.assertEqual(cvar.get(), 'nope')
21202119
cvar.set('something else')

0 commit comments

Comments
 (0)