Skip to content

Commit 572eea3

Browse files
committed
FIX: style
1 parent f78d499 commit 572eea3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

petprep/workflows/pet/tests/test_fit.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ def test_petref_report_connections(bids_root: Path, tmp_path: Path):
195195
assert ('out_file', 'inputnode.petref') in edge['connect']
196196
else:
197197
petref_buffer = wf.get_node('petref_buffer')
198-
edge = wf._graph.get_edge_data(
199-
petref_buffer, wf.get_node('func_fit_reports_wf')
200-
)
198+
edge = wf._graph.get_edge_data(petref_buffer, wf.get_node('func_fit_reports_wf'))
201199
assert ('petref', 'inputnode.petref') in edge['connect']
202200

203201

0 commit comments

Comments
 (0)