fix: remove unused package import

1. datetime is unused
This commit is contained in:
liuliu 2023-03-17 14:05:40 +08:00
parent afbf055b08
commit 8193d295b4

View File

@ -660,7 +660,6 @@
],
"source": [
"from tqdm.auto import tqdm\n",
"import datetime\n",
"from time import sleep\n",
"\n",
"batch_size = 100 # how many embeddings we create and insert at once\n",