neo4j / neo4j-python-driver

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

Docs improve type hints #963

Closed robsdedude closed 1 year ago

robsdedude commented 1 year ago

With from __future__ import annotations in the code, Sphinx gets easily confused. This applies to several areas like:

This PR aims to work around as many of those quirks as possible.