Skip to content

Commit

Permalink
pep8 style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rplesha committed May 6, 2024
1 parent 0dca1ef commit 790b5f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"from jdaviz import Imviz\n",
"from matplotlib import pyplot as plt\n",
"%matplotlib widget\n",
"#%matplotlib inline\n",
"# %matplotlib inline\n",
"\n",
"from jwst.pipeline import Image2Pipeline\n",
"from jwst.pipeline import Image3Pipeline"
Expand Down Expand Up @@ -1165,7 +1165,7 @@
" fontsize=8,\n",
" color=color)\n",
"\n",
"fig.suptitle(f\"Speicifc Source to Extract with Spec2\")\n",
"fig.suptitle(\"Speicifc Source to Extract with Spec2\")\n",
"\n",
"# zooming in on a smaller region\n",
"ax2.set_xlim(known_x-50, known_x+50)\n",
Expand Down

0 comments on commit 790b5f0

Please sign in to comment.