Skip to content

Commit

Permalink
Removed extra empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
mitlabence committed Jan 1, 2024
1 parent da4593f commit 0150111
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mw_plot/mw_plot_bokeh.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ def __init__(

def scatter(self, ra, dec, *args, **kwargs):
ra, dec = self.radec_unit_check(ra, dec)

if kwargs.get("s") is None:
# Only one of radius or size should be passed to bokeh circle. Size is prioritized.
if kwargs.get("r") is not None:
Expand Down

0 comments on commit 0150111

Please sign in to comment.