Stop periscope/src importing PinScope validate.py after live C2 smoke.

PCB review and src checks use native parse, constraints lookup, and
review_session. Inherited validate.py and validation_tools.py stay in
dependency/.
This commit is contained in:
2026-09-20 15:21:32 +02:00
parent 974923b2e6
commit a96ee2e88a
28 changed files with 38 additions and 30 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from backend.periscopex.quote_verify import (
quote_in_text,
verify_finding_citations,
)
from backend.periscopex.validate import _parse_review
from backend.periscopex.review_parse import parse_submit_review as _parse_review
from backend.services.llm.pdf_ingest import make_text_pdf