remove VSC artifacts
This commit is contained in:
parent
dbf85f5369
commit
7953ff4847
1 changed files with 2 additions and 6 deletions
|
|
@ -14,13 +14,9 @@ This software is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from contextlib import _GeneratorContextManager
|
|
||||||
|
|
||||||
|
|
||||||
from sqlalchemy.engine.base import Connection
|
|
||||||
|
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|
||||||
from sqlalchemy import Engine, Select, func, select
|
from sqlalchemy import Engine, Select, func, select
|
||||||
from sqlalchemy.orm import DeclarativeBase, lazyload
|
from sqlalchemy.orm import DeclarativeBase, lazyload
|
||||||
from sqlalchemy.ext.asyncio import AsyncSession, create_async_engine
|
from sqlalchemy.ext.asyncio import AsyncSession, create_async_engine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue