File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
104104 - ` .default_host `
105105 - ` .default_port `
106106 - ` .default_target `
107- - ` neo4j.graph `
107+ - ` neo4j.graph ` , ` neo4j.addressing `
108108 - indirectly exposed items from imports (e.g. ` collections.abc.Mapping ` as ` neo4j.graph.Mapping ` ).
109109- Raise ` ConfigurationError ` instead of ignoring the routing context (URI query parameters) when creating a direct
110110 driver ("bolt[ +s[ sc]] ://" scheme).
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616
17- from __future__ import annotations
17+ from __future__ import annotations as _
1818
1919from ._addressing import (
2020 Address ,
You can’t perform that action at this time.
0 commit comments