Skip to content

Commit

Permalink
black notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Mar 8, 2024
1 parent ecfc773 commit 922bfc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/user-guide/loki/loki-direct-beam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@
"metadata": {},
"outputs": [],
"source": [
"providers = (\n",
" sans.providers + loki.providers + (isis.io.read_xml_detector_masking,)\n",
")\n",
"providers = sans.providers + loki.providers + (isis.io.read_xml_detector_masking,)\n",
"\n",
"pipeline = sciline.Pipeline(providers, params=params)\n",
"pipeline.set_param_series(PixelMaskFilename, masks)\n",
Expand Down

0 comments on commit 922bfc8

Please sign in to comment.