Skip to content

Commit 8702b0c

Browse files
committed
fix: format code with black
Signed-off-by: Jayaram007 <[email protected]>
1 parent bbae9d9 commit 8702b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version_1/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def extract_pdf_full(f):
356356
"""Full PDF extraction using pypdf (Snowflake compatible)"""
357357
try:
358358
from pypdf import PdfReader
359-
359+
360360
reader = PdfReader(f)
361361
text_parts = []
362362
# Read ALL pages
@@ -1125,4 +1125,4 @@ def load_chat_history(session_id: str):
11251125
except Exception:
11261126
pass
11271127

1128-
st.rerun()
1128+
st.rerun()

0 commit comments

Comments
 (0)