We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c42967 commit 2998075Copy full SHA for 2998075
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