From b11d0234a49ebf671e5de5084511626d5da22dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandbox=20=F0=9F=A4=96?= Date: Mon, 13 Feb 2023 14:29:10 +0000 Subject: [PATCH] Triggered by direct commit. Origin: https://github.com/neo4j-contrib/sandbox-code-updater/commit/7669a20875eb4764a0f1f322fc653969488320e7 --- code/python/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/python/example.py b/code/python/example.py index 1ddf7d8..453b108 100644 --- a/code/python/example.py +++ b/code/python/example.py @@ -1,4 +1,4 @@ -# pip3 install neo4j-driver +# pip3 install neo4j # python3 example.py from neo4j import GraphDatabase, basic_auth