Skip to content

Commit

Permalink
fix test_model_manager.py import
Browse files Browse the repository at this point in the history
Signed-off-by: root <[email protected]>
  • Loading branch information
root committed Nov 12, 2024
1 parent de3c43c commit 0a53be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/unit_tests/core/test_model_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import pytest
import redis

from extensions.ext_redis import redis_client
from core.entities.provider_entities import ModelLoadBalancingConfiguration
from core.model_manager import LBModelManager
from core.model_runtime.entities.model_entities import ModelType
from extensions.ext_redis import redis_client


@pytest.fixture
Expand Down

0 comments on commit 0a53be9

Please sign in to comment.