summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/examples/connection_examples.ipynb5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/examples/connection_examples.ipynb b/docs/examples/connection_examples.ipynb
index ca8dd44..a15b4c6 100644
--- a/docs/examples/connection_examples.ipynb
+++ b/docs/examples/connection_examples.ipynb
@@ -116,7 +116,6 @@
"user_connection.ping()"
],
"metadata": {}
- }
},
{
"cell_type": "markdown",
@@ -124,7 +123,6 @@
"## Connecting to a redis instance with standard credential provider"
],
"metadata": {}
- }
},
{
"cell_type": "code",
@@ -162,7 +160,6 @@
"user_connection.ping()"
],
"metadata": {}
- }
},
{
"cell_type": "markdown",
@@ -170,7 +167,6 @@
"## Connecting to a redis instance first with an initial credential set and then calling the credential provider"
],
"metadata": {}
- }
},
{
"cell_type": "code",
@@ -200,7 +196,6 @@
"cred_provider = InitCredsSetCredentialProvider(username=\"init_user\", password=\"init_pass\")"
],
"metadata": {}
- }
},
{
"cell_type": "markdown",