add rowcount check

This commit is contained in:
Yansong Zhang 2026-01-08 11:09:52 +08:00
parent 71bd20cf73
commit 4db40646cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import logging
from sqlalchemy import CursorResult, update
from sqlalchemy import update
from sqlalchemy.orm import Session
from configs import dify_config