Skip to content

Commit 04c0e9d

Browse files
committed
checker complaints.
Signed-off-by: mmelqin <[email protected]>
1 parent 15fa686 commit 04c0e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/operators/dicom_series_selector_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _select_series(self, attributes: dict, study: DICOMStudy, all_matched=False)
257257

258258
@staticmethod
259259
def _get_instance_properties(obj: object):
260-
prop_dict = {str, Any}
260+
prop_dict = dict()
261261
if not obj:
262262
return prop_dict
263263

0 commit comments

Comments
 (0)