mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
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:
parent
522a7f5692
commit
e1c9ae5ae4
1 changed files with 1 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue