Skip to content

Commit 62158a3

Browse files
committed
Remove redundant checks
1 parent da358d0 commit 62158a3

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

python-recipes/vector-search/03_dtype_support.ipynb

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -707,37 +707,6 @@
707707
"Make sure you're running an up-to-date Redis version, which you can do with the docker command below."
708708
]
709709
},
710-
{
711-
"cell_type": "code",
712-
"execution_count": null,
713-
"metadata": {},
714-
"outputs": [
715-
{
716-
"data": {
717-
"text/plain": [
718-
"'\\n# NBVAL_SKIP\\n%%sh\\ndocker run -d --name redis -p 6379:6379 redis:8.0-M03\\n'"
719-
]
720-
},
721-
"execution_count": 23,
722-
"metadata": {},
723-
"output_type": "execute_result"
724-
}
725-
],
726-
"source": [
727-
"# NBVAL_SKIP\n",
728-
"%%sh\n",
729-
"docker run -d --name redis -p 6379:6379 redis:8.0-M03"
730-
]
731-
},
732-
{
733-
"cell_type": "code",
734-
"execution_count": 24,
735-
"metadata": {},
736-
"outputs": [],
737-
"source": [
738-
"assert redisvl.__version__ >= '0.4.0'"
739-
]
740-
},
741710
{
742711
"cell_type": "code",
743712
"execution_count": 25,

0 commit comments

Comments
 (0)