Skip to content

Commit acdf0af

Browse files
committed
Removed redundant imports from neo4j.io.__init__
1 parent 2e1ae4d commit acdf0af

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

neo4j/io/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757

5858
from struct import (
5959
pack as struct_pack,
60-
unpack as struct_unpack,
6160
)
6261

6362
from threading import (
@@ -73,17 +72,9 @@
7372
ProtocolError,
7473
SecurityError,
7574
ServiceUnavailable,
76-
AuthError,
77-
IncompleteCommitError,
78-
DatabaseUnavailableError,
79-
NotALeaderError,
80-
ForbiddenOnReadOnlyDatabaseError,
8175
ClientError,
8276
SessionExpired,
83-
TransactionError,
8477
)
85-
from neo4j.meta import get_user_agent
86-
from neo4j.packstream import Packer, Unpacker
8778
from neo4j.routing import RoutingTable
8879

8980
# Set up logger

0 commit comments

Comments
 (0)