Skip to content

Commit

Permalink
remove unnecessary 'else:'
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Riedel <[email protected]>
  • Loading branch information
timschmi95 and peanutfun authored Nov 3, 2023
1 parent e1721cf commit 5c586f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions climada/util/calibrate/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ def plot_impf_variability(

if n_impf > 1:
return axes
else:
return ax

return ax


def plot_at_event(
Expand Down

0 comments on commit 5c586f0

Please sign in to comment.