fix: point LEDGER_PATH at the new core/ocr location

This commit is contained in:
Ishaan Jaff 2026-09-02 17:44:44 -07:00
parent 45a6a3d659
commit 79586d10cc
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ from dataclasses import dataclass
from pathlib import Path
from typing import Any
LEDGER_PATH = Path(__file__).parent / "validate_sub_methods" / "ocr_test_ledger.json"
LEDGER_PATH = Path(__file__).parent / "core" / "ocr" / "ocr_test_ledger.json"
@dataclass(frozen=True, slots=True)