test(e2e): drop needless sys.path bootstrap from golden generator

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
kerry 2026-09-17 00:56:39 +00:00
parent 522a7f5692
commit e1c9ae5ae4

View file

@ -16,14 +16,10 @@ import json
import sys
from collections.abc import Mapping
from dataclasses import dataclass
from pathlib import Path
from types import MappingProxyType
from typing import Final
sys.path.insert(0, str(Path(__file__).resolve().parent))
sys.path.insert(0, str(Path(__file__).resolve().parent.parent))
from cost_matrix import ( # noqa: E402 # path bootstrap before package-local imports
from cost_matrix import (
EXPECTED_PATH,
FRONTIER_MODELS,
TIER_THRESHOLD_TOKENS,