Commit 38230c9
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
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
0 commit comments