Skip to content

Commit 261c81d

Browse files
committed
Reformat test_module_list.py
Signed-off-by: Ana Matoso <[email protected]>
1 parent 970ca68 commit 261c81d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_module_list.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ def test_transform_api(self):
4242
"""monai subclasses of MapTransforms must have alias names ending with 'd', 'D', 'Dict'"""
4343
to_exclude = {"MapTransform"} # except for these transforms
4444
to_exclude_docs = {"Decollate", "Ensemble", "Invert", "SaveClassification", "RandTorchVision", "RandCrop"}
45-
to_exclude_docs.update({"DeleteItems", "SelectItems", "FlattenSubKeys", "CopyItems", "ConcatItems", "SubtractItems"})
45+
to_exclude_docs.update(
46+
{"DeleteItems", "SelectItems", "FlattenSubKeys", "CopyItems", "ConcatItems", "SubtractItems"}
47+
)
4648
to_exclude_docs.update({"ToMetaTensor", "FromMetaTensor"})
4749
xforms = {
4850
name: obj

0 commit comments

Comments
 (0)