From 1b05911edc396c16fae2fe2fe12187fcac98ba17 Mon Sep 17 00:00:00 2001 From: "birajstha:construction_worker::penguin" Date: Thu, 10 Oct 2024 11:28:17 -0400 Subject: [PATCH] fixing pre-commit suggestions --- CPAC/resources/tests/test_templates.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CPAC/resources/tests/test_templates.py b/CPAC/resources/tests/test_templates.py index 341bde6c2..048cbe9b1 100644 --- a/CPAC/resources/tests/test_templates.py +++ b/CPAC/resources/tests/test_templates.py @@ -19,19 +19,18 @@ import os import pytest +import nipype.pipeline.engine as pe from CPAC.pipeline import ALL_PIPELINE_CONFIGS from CPAC.pipeline.engine import ingress_pipeconfig_paths, ResourcePool from CPAC.utils.configuration import Preconfiguration from CPAC.utils.datasource import get_highest_local_res -import nipype.pipeline.engine as pe @pytest.mark.parametrize("pipeline", ALL_PIPELINE_CONFIGS) def test_packaged_path_exists(pipeline): """ - Check that all local templates are included in image at at - least one resolution. + Check that all local templates are included in image at atleast one resolution. """ wf = pe.Workflow(name="test") wf, rpool = ingress_pipeconfig_paths(