Skip to content

Commit 2d7d4e8

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_env.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
import torch, monai
1+
import torch
2+
import monai
23
print("Torch version:", torch.__version__)
34
print("MONAI version:", monai.__version__)

0 commit comments

Comments
 (0)