Skip to content

Commit 59c8e7d

Browse files
authored
Removed bad tokens from connection_examples.ipynb to fix the json output (#2455)
1 parent af44021 commit 59c8e7d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/examples/connection_examples.ipynb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,13 @@
116116
"user_connection.ping()"
117117
],
118118
"metadata": {}
119-
}
120119
},
121120
{
122121
"cell_type": "markdown",
123122
"source": [
124123
"## Connecting to a redis instance with standard credential provider"
125124
],
126125
"metadata": {}
127-
}
128126
},
129127
{
130128
"cell_type": "code",
@@ -162,15 +160,13 @@
162160
"user_connection.ping()"
163161
],
164162
"metadata": {}
165-
}
166163
},
167164
{
168165
"cell_type": "markdown",
169166
"source": [
170167
"## Connecting to a redis instance first with an initial credential set and then calling the credential provider"
171168
],
172169
"metadata": {}
173-
}
174170
},
175171
{
176172
"cell_type": "code",
@@ -200,7 +196,6 @@
200196
"cred_provider = InitCredsSetCredentialProvider(username=\"init_user\", password=\"init_pass\")"
201197
],
202198
"metadata": {}
203-
}
204199
},
205200
{
206201
"cell_type": "markdown",

0 commit comments

Comments
 (0)