Skip to content

Commit

Permalink
Add space to please lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Oct 1, 2024
1 parent 2efb747 commit 7c24da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/tests/test_dicoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 7c24da0

Please sign in to comment.