Skip to content

Commit 63089e7

Browse files
Autoformat with black
1 parent 322ce9b commit 63089e7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

panoptica/example_spine_semantic.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@
6666
"source": [
6767
"from auxiliary.nifti.io import read_nifti\n",
6868
"from rich import print as pprint\n",
69-
"from panoptica import InputType, Panoptica_Evaluator, ConnectedComponentsInstanceApproximator, NaiveThresholdMatching"
69+
"from panoptica import (\n",
70+
" InputType,\n",
71+
" Panoptica_Evaluator,\n",
72+
" ConnectedComponentsInstanceApproximator,\n",
73+
" NaiveThresholdMatching,\n",
74+
")"
7075
]
7176
},
7277
{

0 commit comments

Comments
 (0)