Skip to content

Commit 563d30e

Browse files
author
shirzady1934
committed
issue 1166 deleted commented
1 parent f5f0279 commit 563d30e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_io.py

-4
Original file line numberDiff line numberDiff line change
@@ -1418,10 +1418,6 @@ class Temp(Base):
14181418
stmt = sqlalchemy.select(Temp.quantity)
14191419
pd.read_sql(stmt, session.connection())
14201420

1421-
# pd.read_sql(
1422-
# #session.query(Temp.quantity).statement, session.connection()
1423-
# )
1424-
14251421

14261422
def test_sqlalchemy_text() -> None:
14271423
with ensure_clean() as path:

0 commit comments

Comments
 (0)