Fix errors (#11795)

### What problem does this PR solve?

- typos
- IDE warnings

### Type of change

- [x] Refactoring

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-12-08 09:42:10 +08:00
committed by GitHub
parent 8de6b97806
commit 6546f86b4e
13 changed files with 35 additions and 35 deletions

View File

@ -14,9 +14,9 @@
# limitations under the License.
#
'''
"""
The example is about CRUD operations (Create, Read, Update, Delete) on a dataset.
'''
"""
from ragflow_sdk import RAGFlow
import sys