Removed comma from last item in json list (#1114)

This commit is contained in:
Julian Risch 2021-06-01 12:32:21 +02:00 committed by GitHub
parent 40ceaf418a
commit a7ba146246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
]
},
{

View File

@ -56,7 +56,7 @@
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
]
},
{

View File

@ -56,7 +56,7 @@
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
]
},
{

View File

@ -64,7 +64,7 @@
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
]
},
{

View File

@ -77,7 +77,7 @@
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
]
},
{

View File

@ -286,7 +286,7 @@
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
]
},
{

View File

@ -62,7 +62,7 @@
"outputs": [],
"source": [
"!pip install grpcio-tools==1.34.1\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
],
"metadata": {
"collapsed": false,