configure-mappers-call-fix-3
Some checks failed
Deploy on push / deploy (push) Failing after 7s

This commit is contained in:
Untone 2024-02-25 18:26:23 +03:00
parent b5240d9508
commit a760d253b3

View File

@ -3,9 +3,9 @@ import time
from typing import Any, Callable, Dict, TypeVar
from sqlalchemy import exc, event, Engine, inspect, Column, Integer, create_engine, configure_mappers
from sqlalchemy import exc, event, Engine, inspect, Column, Integer, create_engine
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import Session
from sqlalchemy.orm import Session, configure_mappers
from sqlalchemy.sql.schema import Table
from sqlalchemy_searchable import make_searchable