Skip to content

Commit 956cc85

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 201ca48 commit 956cc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def fit(
589589
self,
590590
self._fit_impl,
591591
model,
592-
compile_kwargs,
592+
compile_kwargs,
593593
train_dataloaders,
594594
val_dataloaders,
595595
datamodule,

0 commit comments

Comments
 (0)