Studio: fix CI blockers — frontend max-tokens arity, import-hoist __all__ re-exports, unused pytest import

This commit is contained in:
Roland Tannous 2026-06-02 09:18:37 +04:00
commit 9479d7da93
3 changed files with 39 additions and 3 deletions

View file

@ -4,8 +4,6 @@ import sys
from pathlib import Path
from unittest.mock import patch
import pytest
REPO_ROOT = Path(__file__).resolve().parents[2]
STUDIO_BACKEND = REPO_ROOT / "studio" / "backend"
if str(STUDIO_BACKEND) not in sys.path: