Skip to content

Commit a62b1dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/data/image_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ def __init__(
907907
if not has_kvikio:
908908
warnings.warn("Kvikio is not installed, fall back to use cpu load.")
909909
to_gpu = False
910-
910+
911911
self.to_gpu = to_gpu
912912
self.kwargs = kwargs
913913

0 commit comments

Comments
 (0)