Skip to content

Commit 84b8eeb

Browse files
committed
Update init_gdb.py
1 parent 97ae4a6 commit 84b8eeb

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/backend/app/app/gdb

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/backend/app/app/gdb/init_gdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def createNodeIndices():
2828
indices = []
2929
for (index, node, key, analyzer) in indices:
3030
try:
31-
q = f"CALL db.index.fulltext.createNodeIndex('{index}',['{node}'],['{key}'], {{analyzer: '{analyzer}'}})"
31+
q = f"CALL db.index.fulltext.createNodeIndex('{index}',['{node}'],['{key}'], {{analyzer: '{analyzer}'}})" # noqa
3232
db.cypher_query(q)
3333
except ClientError:
3434
pass

0 commit comments

Comments
 (0)