Skip to content

Commit 31ef290

Browse files
Merge pull request #325 from martin-neotech/4.0-rename-bolt-class
Renamed io/bolt3.py to io/_bolt3.py
2 parents 8c4589d + a7cb0cc commit 31ef290

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

neo4j/io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from neo4j.addressing import Address, AddressList
4848
from neo4j.api import ServerInfo
4949
from neo4j.conf import Config, PoolConfig
50-
from neo4j.io.bolt3 import Outbox, BufferedSocket, Inbox, Response, InitResponse, CommitResponse
50+
from neo4j.io._bolt3 import Outbox, BufferedSocket, Inbox, Response, InitResponse, CommitResponse
5151
from neo4j.errors import BoltRoutingError, Neo4jAvailabilityError
5252
from neo4j.exceptions import ProtocolError, SecurityError, \
5353
ServiceUnavailable, AuthError, IncompleteCommitError, \
File renamed without changes.

0 commit comments

Comments
 (0)