Skip to content

Commit 5694ec2

Browse files
committed
Updated imports in test file
1 parent aa2c1fa commit 5694ec2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_session.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@
2626
from mock import patch
2727

2828
from neo4j.v1.constants import TRUST_ON_FIRST_USE
29-
from neo4j.v1.exceptions import CypherError, ResultError
29+
from neo4j.v1.exceptions import CypherError, ProtocolError, ResultError
3030
from neo4j.v1.session import GraphDatabase, basic_auth, Record, SSL_AVAILABLE
3131
from neo4j.v1.types import Node, Relationship, Path
3232

3333
from test.util import ServerTestCase
3434

3535

3636
auth_token = basic_auth("neo4j", "neo4j")
37-
from neo4j.v1.exceptions import ProtocolError
3837

3938

4039
class DriverTestCase(ServerTestCase):

0 commit comments

Comments
 (0)