⬆️ Upgrade Ruff and Black (#968)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Sebastián Ramírez
2024-06-03 22:22:04 -05:00
committed by GitHub
parent e2f646dea5
commit b560e9deb8
11 changed files with 63 additions and 84 deletions

View File

@@ -43,8 +43,7 @@ class AsyncSession(_AsyncSession):
bind_arguments: Optional[Dict[str, Any]] = None,
_parent_execute_state: Optional[Any] = None,
_add_event: Optional[Any] = None,
) -> TupleResult[_TSelectParam]:
...
) -> TupleResult[_TSelectParam]: ...
@overload
async def exec(
@@ -56,8 +55,7 @@ class AsyncSession(_AsyncSession):
bind_arguments: Optional[Dict[str, Any]] = None,
_parent_execute_state: Optional[Any] = None,
_add_event: Optional[Any] = None,
) -> ScalarResult[_TSelectParam]:
...
) -> ScalarResult[_TSelectParam]: ...
async def exec(
self,