Skip to content

Commit c51cb10

Browse files
committed
Formatting. Signed-off-by: Zac Ruiz [email protected]
1 parent e47cbe0 commit c51cb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databuilder/databuilder/publisher/neo4j_csv_publisher_apoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def _try_create_index(self, label: str) -> None:
444444
# data = {}
445445
# data[label] = 'key'
446446
# stmt = """
447-
# CALL apoc.schema.assert(null,data, dropExisting: false) YIELD label, key, keys, unique, action
447+
# CALL apoc.schema.assert(null, data, dropExisting: false) YIELD label, key, keys, unique, action
448448
# """
449449
stmt = """
450450
CREATE CONSTRAINT ON (node:label) ASSERT node.key IS UNIQUE

0 commit comments

Comments
 (0)