Skip to content

Commit eef6bee

Browse files
authored
Update tests/test_repocard.py
1 parent a0f1e75 commit eef6bee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_repocard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,6 @@ def test_model_card_from_template_eval_results(self):
850850
def test_preserve_order_load_save(self):
851851
model_card = ModelCard(DUMMY_MODELCARD)
852852
model_card.data.license = "test"
853-
model_card.content
854853
self.assertEqual(model_card.content, "---\nlicense: test\ndatasets:\n- foo\n- bar\n---\n\nHello\n")
855854

856855

0 commit comments

Comments
 (0)