Update tests/litellm_utils_tests/test_bedrock_token_counter.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Seokjun Yang
2026-03-20 22:21:22 +09:00
committed by GitHub
co-authored by greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent eb733702fc
commit d3afaf613d
@@ -11,7 +11,7 @@ counting, the test will be skipped.
import os
import sys
from typing import Any, Dict, List
from unittest.mock import AsyncMock, MagicMock, patch
from unittest.mock import patch
import pytest