mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
style: add pyupgrade check, 2.7+
This commit is contained in:
committed by
Henry Schreiner
parent
11e12fe455
commit
0e2e003508
@@ -144,7 +144,7 @@ def test_async_callbacks():
|
||||
from time import sleep
|
||||
|
||||
sleep(0.5)
|
||||
assert sum(res) == sum([x + 3 for x in work])
|
||||
assert sum(res) == sum(x + 3 for x in work)
|
||||
|
||||
|
||||
def test_async_async_callbacks():
|
||||
|
||||
Reference in New Issue
Block a user