Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent a07e5f4 commit d9efe93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __init__(self, *args, **kwargs):
],
)
def test_train_dataloaders_save(train_dataloaders, expected_states, tmp_path):
"""Test that the CheckpointConnector saves the state of stateful dataloaders"""
"""Test that the CheckpointConnector saves the state of stateful dataloaders."""

class DataLoaderModel(BoringModel):
def training_step(self, batch, batch_idx):
Expand Down

0 comments on commit d9efe93

Please sign in to comment.