[Any] remove

This commit is contained in:
Piotr Domański 2026-04-02 23:36:10 +02:00
parent 4182072be2
commit 4950f0dfa4
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from typing import TypeVar, Generic, Type, Any, Sequence
from typing import TypeVar, Generic, Type, Sequence
from sqlalchemy.ext.asyncio import AsyncSession
from sqlalchemy import (
select,

View file

@ -1,5 +1,3 @@
from typing import Any
from pydantic_settings import BaseSettings