We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a161890 commit 3361665Copy full SHA for 3361665
aiosqlite/context.py
@@ -47,7 +47,7 @@ async def __aexit__(self, exc_type, exc, tb) -> None:
47
48
49
def contextmanager(
50
- method: Callable[..., Coroutine[Any, Any, _T]]
+ method: Callable[..., Coroutine[Any, Any, _T]],
51
) -> Callable[..., Result[_T]]:
52
@wraps(method)
53
def wrapper(self, *args, **kwargs) -> Result[_T]:
0 commit comments