Skip to content

Commit 50f9aea

Browse files
authored
auto updates (#7463)
Signed-off-by: monai-bot <[email protected]> Signed-off-by: monai-bot <[email protected]>
1 parent a8080fc commit 50f9aea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_config_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def case_pdb_inst(sarg=None):
7272

7373

7474
class TestClass:
75+
7576
@staticmethod
7677
def compute(a, b, func=lambda x, y: x + y):
7778
return func(a, b)
@@ -126,6 +127,7 @@ def __call__(self, a, b):
126127

127128

128129
class TestConfigParser(unittest.TestCase):
130+
129131
def test_config_content(self):
130132
test_config = {"preprocessing": [{"_target_": "LoadImage"}], "dataset": {"_target_": "Dataset"}}
131133
parser = ConfigParser(config=test_config)

0 commit comments

Comments
 (0)