Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 40933b8

Browse files
committed
little formating
1 parent ec7b0e3 commit 40933b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

neo4jPg/neo4jfdw.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from neo4j import GraphDatabase, basic_auth
44
import re
55

6-
76
class Neo4jForeignDataWrapper(ForeignDataWrapper):
87

98
"""
@@ -44,7 +43,6 @@ def execute(self, quals, columns):
4443
log_to_postgres('Query Columns: %s' % columns, DEBUG)
4544
log_to_postgres('Query Filters: %s' % quals, DEBUG)
4645

47-
4846
statement = self.make_cypher(quals, columns)
4947
params = {}
5048
for index, qual in enumerate(quals):

0 commit comments

Comments
 (0)