Skip to content

Commit b458e48

Browse files
fix: fix import error
1 parent 42fcb09 commit b458e48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphgen/operators/chunk/chunk_service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import asyncio
21
import os
32
from functools import lru_cache
43
from typing import Union
54

65
import pandas as pd
7-
from tqdm.asyncio import tqdm as tqdm_async
86

97
from graphgen.models import (
108
ChineseRecursiveTextSplitter,

0 commit comments

Comments
 (0)