Skip to content

Commit

Permalink
fixed up py3.8 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 27, 2024
1 parent b701899 commit 69b2617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medimages4tests/dummy/dicom/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def generate_dicom(
constant_hdr: dict,
collated_data: dict,
varying_hdr: dict,
header_vals: dict[str, ty.Any],
header_vals: ty.Dict[str, ty.Any],
):
"""Generates a dummy DICOM dataset for a test fixture
Expand Down

0 comments on commit 69b2617

Please sign in to comment.