test-ready
Some checks failed
deploy to v2 / test (push) Failing after 21s
deploy to v2 / deploy (push) Has been skipped

This commit is contained in:
2024-02-05 16:01:26 +03:00
parent 28a363663d
commit 89ab5545ae
4 changed files with 14 additions and 4 deletions

View File

@@ -3,8 +3,7 @@ from typing import Any, Callable, Dict, TypeVar
# from psycopg2.errors import UniqueViolation
from sqlalchemy import Column, Integer, create_engine
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import Session
from sqlalchemy.orm import Session, declarative_base
from sqlalchemy.sql.schema import Table
from settings import DB_URL