Skip to content

Commit 1197c2c

Browse files
committed
fix: Address type error about missing return statement.
1 parent 26a7e7a commit 1197c2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_asyncio/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,7 @@ def pytest_pyfunc_call(pyfuncitem: Function) -> Optional[object]:
882882
)
883883
)
884884
yield
885+
return None
885886

886887

887888
def wrap_in_sync(

0 commit comments

Comments
 (0)