From 1b3e13a0b75c55e2db090fe32e1a568ade69ba0b Mon Sep 17 00:00:00 2001 From: martahan Date: Fri, 14 Jul 2023 13:41:34 +0200 Subject: [PATCH] style: parenthesis in wrong line --- catalog_tools/plots/basics.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalog_tools/plots/basics.py b/catalog_tools/plots/basics.py index 74af057..d5f6395 100644 --- a/catalog_tools/plots/basics.py +++ b/catalog_tools/plots/basics.py @@ -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: