Skip to content

Commit 5d8223f

Browse files
committed
Remove unused import
1 parent 8e47d2e commit 5d8223f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphdatascience/query_runner/query_mode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from enum import Enum
22

33
import neo4j
4-
import neo4j.routing
54

65

76
class QueryMode(str, Enum):

0 commit comments

Comments
 (0)