Skip to content

Commit e981cdc

Browse files
committed
neo4j.addressing remove indirectly exposed items from imports
1 parent 54e8bb0 commit e981cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

src/neo4j/addressing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616

17-
from __future__ import annotations
17+
from __future__ import annotations as _
1818

1919
from ._addressing import (
2020
Address,

0 commit comments

Comments
 (0)