Skip to content

Commit 292b5a5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 688d3df commit 292b5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/network_contraints/unet_plusplus.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"import torch.nn as nn\n",
9696
"from typing import Dict\n",
9797
"\n",
98-
"monai.config.print_config()\n"
98+
"monai.config.print_config()"
9999
]
100100
},
101101
{
@@ -162,7 +162,7 @@
162162
" norm=norm_layer,\n",
163163
" )\n",
164164
" except Exception as msg:\n",
165-
" print(f\"Exception layer: {msg}\")\n"
165+
" print(f\"Exception layer: {msg}\")"
166166
]
167167
},
168168
{

0 commit comments

Comments
 (0)