remove unused import (#2679)

### What problem does this PR solve?

### Type of change

- [x] Refactoring
This commit is contained in:
yqkcn
2024-09-30 16:59:39 +08:00
committed by GitHub
parent ae5a877ed4
commit 570ad420a8
7 changed files with 10 additions and 18 deletions

View File

@ -10,9 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
import io
import re
import numpy as np
from api.db import LLMType
from rag.nlp import rag_tokenizer