Skip to content

Commit 5de98fa

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monai/data/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def info(self):
722722
out["filename"] = f"{self.db_file.absolute()}"
723723
self.close()
724724
return out
725-
725+
726726
def close(self):
727727
"""Close the read environment and set it to None, if it exists."""
728728
if self._read_env:

0 commit comments

Comments
 (0)