style: 修改为显式导入

This commit is contained in:
2026-04-04 16:02:49 +08:00
parent 3346c75584
commit b531232a9b
12 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ def test_health_no_model(client, monkeypatch):
assert response.status_code == 200
data = response.json()
assert data["status"] == "ok"
assert data["model_loaded"] == False
assert not data["model_loaded"]
def test_health_with_model(client, loaded_model):