Commit e0f18e02 authored by Denis Bilenko's avatar Denis Bilenko

remove unused variable

parent 3b7b3a79
...@@ -255,8 +255,8 @@ class TestNoWait(TestCase): ...@@ -255,8 +255,8 @@ class TestNoWait(TestCase):
run_callback = get_hub().loop.run_callback run_callback = get_hub().loop.run_callback
x = run_callback(store_result, util.wrap_errors(Exception, q.put_nowait), 2) run_callback(store_result, util.wrap_errors(Exception, q.put_nowait), 2)
x = run_callback(store_result, util.wrap_errors(Exception, q.put_nowait), 3) run_callback(store_result, util.wrap_errors(Exception, q.put_nowait), 3)
gevent.sleep(0) gevent.sleep(0)
assert len(result) == 2, result assert len(result) == 2, result
assert result[0] == None, result assert result[0] == None, result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment