Skip to content

Commit

Permalink
fix: black linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Apr 11, 2024
1 parent 0fdd128 commit 8509948
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bot/retrievers/retrieve_similar_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ def query_db(
self._vector_store._table_class.text,
"\n",
).label("text"),
func.json_build_object(*metadata_grouping).label(
"metadata_"
),
func.json_build_object(*metadata_grouping).label("metadata_"),
null().label("distance"),
)

Expand Down

0 comments on commit 8509948

Please sign in to comment.