fix: remove unused package import

1. datetime is unused
pull/1077/head
liuliu 2 years ago
parent e3c3e43703
commit d33481caf6

@ -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",

Loading…
Cancel
Save