Skip to content

Commit 7d91ac8

Browse files
committed
examples: Tweak for ruff happiness
1 parent bf45529 commit 7d91ac8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/seismic/tutorials/02_rtm.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,7 @@
370370
" # Correlate u and v for the current time step and add it to the image\n",
371371
" image_update = Eq(image, image - u * v)\n",
372372
"\n",
373-
" return Operator([stencil] + res_term + [image_update],\n",
374-
" subs=model.spacing_map)"
373+
" return Operator([stencil] + res_term + [image_update], subs=model.spacing_map)"
375374
]
376375
},
377376
{

0 commit comments

Comments
 (0)