Skip to content

Commit

Permalink
Update indent in doctest example.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Dec 6, 2022
1 parent e5fb717 commit dcce762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcontainers/neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class Neo4jContainer(DbContainer):
>>> from testcontainers.neo4j import Neo4jContainer
>>> with Neo4jContainer() as neo4j, \
neo4j.get_driver() as driver, \
driver.session() as session:
neo4j.get_driver() as driver, \
driver.session() as session:
... result = session.run("MATCH (n) RETURN n LIMIT 1")
... record = result.single()
"""
Expand Down

0 comments on commit dcce762

Please sign in to comment.