neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

Fix `from neo4j import *` statement #1009

Closed robsdedude closed 9 months ago

robsdedude commented 9 months ago

The neo4j.__all__ list got outdated breaking the star import for the top-level driver module.