[Any] remove
This commit is contained in:
parent
4182072be2
commit
4950f0dfa4
2 changed files with 1 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
from typing import Any
|
||||
|
||||
from pydantic_settings import BaseSettings
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue