Skip to content

Commit

Permalink
style: parenthesis in wrong line
Browse files Browse the repository at this point in the history
  • Loading branch information
martahan committed Jul 14, 2023
1 parent 8b05ccf commit 1b3e13a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catalog_tools/plots/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ def plot_mags_in_time(
smallest=dot_smallest,
largest=dot_largest,
interpolation_power=dot_interpolation_power),
c="b", linewidth=0.5, alpha=0.8, edgecolor='k'
)
c="b", linewidth=0.5, alpha=0.8, edgecolor='k')

if mc_change_times is not None and mcs is not None:
if not year_only and type(mc_change_times[0]) == int:
Expand Down

0 comments on commit 1b3e13a

Please sign in to comment.