Skip to content

Commit 8abb8fc

Browse files
talsperreclaude
andcommitted
Apply black formatting to conftest.py
Pre-commit black hook collapsed the first new fixture's create_flow_fixture call onto a single line (fits within line length); the two longer ones stay multi-line as black reformatted them. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0c063ee commit 8abb8fc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/unit/graph_inference/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ def flow_fixture(request):
3737
)
3838

3939
single_step_with_config_run = pytest.fixture(scope="session")(
40-
create_flow_fixture(
41-
"SingleStepWithConfigFlow", "single_step_with_config_flow.py"
42-
)
40+
create_flow_fixture("SingleStepWithConfigFlow", "single_step_with_config_flow.py")
4341
)
4442

4543
single_step_with_stacked_decos_run = pytest.fixture(scope="session")(

0 commit comments

Comments
 (0)