Skip to content

Commit

Permalink
removing a line of whitespace for PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Feb 7, 2024
1 parent eb3f240 commit 5738c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/niriss_imaging/niriss-imaging-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
"# Add marker for extended sources:\n",
"viewer_cat.marker = {'color': 'white', 'markersize': 100, 'fill': False}\n",
"\n",
"viewer_cat.add_markers(ext_coord, use_skycoord=True, marker_name='extended_sources')\n"
"viewer_cat.add_markers(ext_coord, use_skycoord=True, marker_name='extended_sources')"
]
},
{
Expand Down

0 comments on commit 5738c75

Please sign in to comment.