Skip to content

Commit 64da932

Browse files
committed
fix indentation
1 parent 36e2264 commit 64da932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_app/postgres_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def to_dict(self, include_embedding: bool = False):
6565
return model_dict
6666

6767
def to_str_for_rag(self):
68-
return f"""package_name: {self.package_name}
68+
return f"""package_name: {self.package_name}
6969
package_picture: {self.package_picture}
7070
url: {self.url}
7171
price: {self.price}

0 commit comments

Comments
 (0)