ci: align backend lint checks
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled

This commit is contained in:
Vadim Malanov
2026-06-14 20:14:49 +03:00
parent dba0484f5a
commit 2e76554188
14 changed files with 22 additions and 20 deletions

View File

@@ -2,8 +2,9 @@
from __future__ import annotations
from collections.abc import Sequence
from functools import lru_cache
from typing import Any, Sequence
from typing import Any
from qdrant_client import QdrantClient
from qdrant_client.http import models as qm