🔀 chore(conftest.py): update import statement for DatabaseManager to reflect file name change
This commit is contained in:
parent
41707c1eac
commit
8036f74d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from sqlmodel.pool import StaticPool
|
|||
from typer.testing import CliRunner
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from langflow.services.database.base import DatabaseManager
|
||||
from langflow.services.database.manager import DatabaseManager
|
||||
|
||||
|
||||
def pytest_configure():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue