From 520822dd896eda3351fdf6436f157a2937c07d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandbox=20=F0=9F=A4=96?= Date: Tue, 2 May 2023 10:56:30 +0000 Subject: [PATCH] Triggered by direct commit. Origin: https://github.com/neo4j-contrib/sandbox-code-updater/commit/39d2d31fd8724322c00f03e44e3b6fecbb462a46 --- 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