Skip to content

Commit 0c350f9

Browse files
committed
ruff
1 parent 0dc5989 commit 0c350f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/db_entries_mocks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from models_library.products import ProductName
1414
from models_library.projects import ProjectAtDB, ProjectID
1515
from models_library.projects_nodes_io import NodeID
16-
from pytest_simcore.helpers.postgres_tools import insert_and_get_row_lifespan
1716
from simcore_postgres_database.models.comp_pipeline import StateType, comp_pipeline
1817
from simcore_postgres_database.models.comp_tasks import comp_tasks
1918
from simcore_postgres_database.models.products import products
@@ -27,6 +26,8 @@
2726
)
2827
from sqlalchemy.ext.asyncio import AsyncEngine
2928

29+
from .helpers.postgres_tools import insert_and_get_row_lifespan
30+
3031

3132
@pytest.fixture()
3233
def create_registered_user(

0 commit comments

Comments
 (0)