Skip to content

Commit 3c90b9c

Browse files
committed
Reset imports
1 parent eef106f commit 3c90b9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/test_session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
from unittest import SkipTest
2222
from uuid import uuid4
2323

24-
from neo4j.exceptions import CypherSyntaxError
2524
from neo4j.v1 import \
2625
READ_ACCESS, WRITE_ACCESS, \
2726
CypherError, SessionError, TransactionError, \
2827
Node, Relationship, Path
28+
from neo4j.exceptions import CypherSyntaxError
29+
2930
from test.integration.tools import DirectIntegrationTestCase
3031

3132

0 commit comments

Comments
 (0)