Skip to content

Commit 90e3388

Browse files
authored
Apply suggestions from code review
1 parent b66a37f commit 90e3388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/litmodels/integrations/checkpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _save_checkpoint(self, trainer: Trainer, filepath: str) -> None:
5757
return cast(Type[ModelCheckpointType], LitModelCheckpointTemplate)
5858

5959

60-
# Create explicit classes with specific names if needed
60+
# Create explicit classes with specific names
6161
if _LIGHTNING_AVAILABLE:
6262
LightningModelCheckpoint = _model_checkpoint_template(LightningModelCheckpoint)
6363
if _PYTORCHLIGHTNING_AVAILABLE:

0 commit comments

Comments
 (0)