Skip to content

Commit 05f6487

Browse files
ChenhanYuclaude
andcommitted
fix: add missing json import in conftest (needed by tiny_conversations_path)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Chenhan Yu <chenhany@nvidia.com>
1 parent 1482893 commit 05f6487

2 files changed

Lines changed: 267 additions & 44 deletions

File tree

tests/examples/speculative_decoding/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
import json
1617
from pathlib import Path
1718

1819
import pytest

0 commit comments

Comments
 (0)