Skip to content

Commit 3361665

Browse files
committed
Apply new formatting
1 parent a161890 commit 3361665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiosqlite/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def __aexit__(self, exc_type, exc, tb) -> None:
4747

4848

4949
def contextmanager(
50-
method: Callable[..., Coroutine[Any, Any, _T]]
50+
method: Callable[..., Coroutine[Any, Any, _T]],
5151
) -> Callable[..., Result[_T]]:
5252
@wraps(method)
5353
def wrapper(self, *args, **kwargs) -> Result[_T]:

0 commit comments

Comments
 (0)