mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 17:09:23 +08:00
chore: remove stale mypy suppressions and align dataset service tests (#34130)
This commit is contained in:
@@ -220,7 +220,7 @@ class EmailDeliveryTestHandler:
|
||||
stmt = stmt.where(Account.id.in_(unique_ids))
|
||||
|
||||
with self._session_factory() as session:
|
||||
rows = session.execute(stmt).all()
|
||||
rows = session.execute(stmt).tuples().all()
|
||||
return dict(rows)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user