Skip to content

Commit 38230c9

Browse files
rootroot
authored andcommitted
Fix indentation in receipt_processor.py
- Remove extra blank line before ReceiptProcessor class definition - Ensure proper indentation for Railway deployment - Fix potential IndentationError on line 90 This addresses the Railway deployment error: 'IndentationError: expected an indented block after class definition on line 90'
1 parent d99ac6c commit 38230c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

receipt-scanner-app/receipt-scanner-backend/app/receipt_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def setup_tesseract():
8484
# Tesseractのセットアップ
8585
tesseract_available = setup_tesseract()
8686

87-
8887
class ReceiptProcessor:
8988
"""統合されたレシート処理クラス - AI-OCRの協調処理"""
9089

0 commit comments

Comments
 (0)