From 7c24da04a1c4ed62722d08ba959300734d7781bd Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 1 Oct 2024 11:13:54 -0400 Subject: [PATCH] Add space to please lint --- heudiconv/tests/test_dicoms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/tests/test_dicoms.py b/heudiconv/tests/test_dicoms.py index 6c20af84..0a81942f 100644 --- a/heudiconv/tests/test_dicoms.py +++ b/heudiconv/tests/test_dicoms.py @@ -190,7 +190,7 @@ def test_create_seqinfo( @pytest.mark.parametrize("dcmfile", TEST_DICOM_PATHS) -def test_get_reproducible_int(dcmfile:str) -> None: +def test_get_reproducible_int(dcmfile: str) -> None: assert type(get_reproducible_int([dcmfile])) is int