From eed52410bfd9a5524ff530f62d61506927af42bd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:12:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_end2end.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_end2end.py b/tests/test_end2end.py index 560dc80d..c2c18482 100644 --- a/tests/test_end2end.py +++ b/tests/test_end2end.py @@ -3,4 +3,4 @@ def test_model_trainer_fit(multimodal_model, sample_train_val_datamodule): trainer = lightning.pytorch.trainer.trainer.Trainer(fast_dev_run=True) - trainer.fit(model=multimodal_model, datamodule=sample_train_val_datamodule) \ No newline at end of file + trainer.fit(model=multimodal_model, datamodule=sample_train_val_datamodule)