Skip to content

Commit

Permalink
More style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kglidic committed Apr 11, 2024
1 parent a342f54 commit fabda0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/NIRSpec_NSClean/BOTS_NSClean_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -802,9 +802,9 @@
"outputs": [],
"source": [
"# EXTRACT1D reference file for BOTS data NRS2.\n",
"refs=api.dump_references(crds_client.get_context_used('jwst'),\n",
" ['jwst_nirspec_extract1d_0006.json'])\n",
"extract_1d_ref=refs['jwst_nirspec_extract1d_0006.json']\n",
"refs = api.dump_references(crds_client.get_context_used('jwst'),\n",
" ['jwst_nirspec_extract1d_0006.json'])\n",
"extract_1d_ref = refs['jwst_nirspec_extract1d_0006.json']\n",
"\n",
"# Open EXTRACT1D reference file in read-mode.\n",
"with open(extract_1d_ref, \"r\") as ref_file:\n",
Expand Down

0 comments on commit fabda0d

Please sign in to comment.