Skip to content

Commit 67d15c2

Browse files
committed
Minor change
1 parent f2a8ce9 commit 67d15c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/models/test_hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ def teardown(self, stage=None):
393393

394394

395395
def test_trainer_model_hook_system_fit(tmpdir):
396-
"""Test the LightningModule hook system."""
397396
model = HookedModel()
398397
trainer = Trainer(
399398
default_root_dir=tmpdir,

0 commit comments

Comments
 (0)