Skip to content

Commit 8fd0572

Browse files
authored
Fix driver internal import of deprecated module (#757)
1 parent 8510a31 commit 8fd0572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"""
6767

6868

69-
from .meta import deprecated
69+
from ._meta import deprecated
7070

7171

7272
CLASSIFICATION_CLIENT = "ClientError"

0 commit comments

Comments
 (0)