Zhichang Yu 0d68a6cd1b
Fix errors detected by Ruff (#3918)
### What problem does this PR solve?

Fix errors detected by Ruff

### Type of change

- [x] Refactoring
2024-12-08 14:21:12 +08:00

6 lines
71 B
Python

from .ragflow_chat import RAGFlowChat
__all__ = [
"RAGFlowChat"
]