Studio: fix CI blockers — frontend max-tokens arity, import-hoist __all__ re-exports, unused pytest import
This commit is contained in:
parent
d36bcac699
commit
9479d7da93
3 changed files with 39 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue