Skip to content

Commit dff31d0

Browse files
committed
black formatting
1 parent 9c8352f commit dff31d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notebooks/tutorial.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,9 @@
831831
"metadata": {},
832832
"outputs": [],
833833
"source": [
834-
"volume.VoxelSize.insert1(dict(**session_key, scan_id=0, width=0.001, height=0.001, depth=0.001))"
834+
"volume.VoxelSize.insert1(\n",
835+
" dict(**session_key, scan_id=0, width=0.001, height=0.001, depth=0.001)\n",
836+
")"
835837
]
836838
},
837839
{

0 commit comments

Comments
 (0)