Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Oct 11, 2024
1 parent 8a36cc6 commit cc26788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def getStatistics(self):

def callProcedure(self):
with self._driver.getNeo4jSession() as session:
result = session.run("CALL test_procedure(\"marko\");")
result = session.run('CALL test_procedure("marko");')
print("call procedure result: ", result)

def callPrcedureWithServiceStop(self):
Expand Down

0 comments on commit cc26788

Please sign in to comment.