Skip to content

Commit 93a5dd1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f6f9867 commit 93a5dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/data/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class PersistentDataset(Dataset):
208208
errors. If in doubt, it is advisable to clear the cache directory.
209209
210210
Loading is done using `torch.load` with `weights_only=False`, thus the user must ensure the data
211-
being loaded is safe. Typically this will be cached data the user created themselves, if data
211+
being loaded is safe. Typically this will be cached data the user created themselves, if data
212212
from external sources is used this should be validated for safely independently.
213213
214214
Lazy Resampling:

0 commit comments

Comments
 (0)