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:
@@ -10,7 +10,7 @@ from backend.periscopex.finding_engine import (
|
||||
lookup_rule,
|
||||
)
|
||||
from backend.periscopex.models import Finding
|
||||
from backend.periscopex.validate import assign_finding_ids, _parse_review
|
||||
from backend.periscopex.review_parse import assign_finding_ids, parse_submit_review as _parse_review
|
||||
|
||||
|
||||
def test_recommended_never_error():
|
||||
|
||||
Reference in New Issue
Block a user