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 f5f0279 commit 563d30eCopy full SHA for 563d30e
tests/test_io.py
@@ -1418,10 +1418,6 @@ class Temp(Base):
1418
stmt = sqlalchemy.select(Temp.quantity)
1419
pd.read_sql(stmt, session.connection())
1420
1421
- # pd.read_sql(
1422
- # #session.query(Temp.quantity).statement, session.connection()
1423
- # )
1424
-
1425
1426
def test_sqlalchemy_text() -> None:
1427
with ensure_clean() as path:
0 commit comments