Skip to content

Commit ca2250e

Browse files
committed
linter
1 parent 6fc4d60 commit ca2250e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def creator(**user_kwargs) -> dict[str, Any]:
7171
async def product_db(
7272
sqlalchemy_async_engine: AsyncEngine, product: dict[str, Any]
7373
) -> AsyncIterator[dict[str, Any]]:
74-
async with insert_and_get_row_lifespan(
74+
async with insert_and_get_row_lifespan( # pylint:disable=contextmanager-generator-missing-cleanup
7575
sqlalchemy_async_engine,
7676
table=products,
7777
values=product,

0 commit comments

Comments
 (0)