🔇 Do not raise deprecation warnings for execute as it's automatically used internally (#716)

* 🔇 Do not raise deprecation warnings for execute as it's automatically used internally

*  Tweak tests to not use deprecated query
This commit is contained in:
Sebastián Ramírez
2023-11-30 16:23:06 +01:00
committed by GitHub
parent 2ecc86275f
commit 4ac87146b1
2 changed files with 5 additions and 4 deletions

View File

@@ -95,7 +95,8 @@ class Session(_Session):
```Python
heroes = session.exec(select(Hero)).all()
```
"""
""",
category=None,
)
def execute( # type: ignore
self,