Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2024
1 parent acce365 commit f2a3f08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
Create Date: 2024-06-13 11:23:43.395093
"""

import json

import sqlalchemy as sa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ async def test_create_dataset_with_overlap_distribution_using_invalid_min_submit
assert response.status_code == 422
assert (await db.execute(select(func.count(Dataset.id)))).scalar_one() == 0

async def test_create_dataset_with_invalid_distribution_strategy(self, db: AsyncSession, async_client: AsyncClient, owner_auth_header: dict):
async def test_create_dataset_with_invalid_distribution_strategy(
self, db: AsyncSession, async_client: AsyncClient, owner_auth_header: dict
):
workspace = await WorkspaceFactory.create()

response = await async_client.post(
Expand Down

0 comments on commit f2a3f08

Please sign in to comment.