From d45c588ef3e799002b8753e00c8c38e0ab7b1402 Mon Sep 17 00:00:00 2001 From: Andrej Prsa Date: Thu, 7 Nov 2024 15:34:32 -0500 Subject: [PATCH] Removes trailing whitespace Co-authored-by: Kyle Conroy --- phoebe/atmospheres/passbands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoebe/atmospheres/passbands.py b/phoebe/atmospheres/passbands.py index 9ae18b45a..d92d65e1f 100644 --- a/phoebe/atmospheres/passbands.py +++ b/phoebe/atmospheres/passbands.py @@ -353,7 +353,7 @@ def add_comment(self, comment, max_length=46): if len(comment) > max_length: raise ValueError(f'comment length should not exceed {max_length} characters.') - self.comments.append(comment) + self.comments.append(comment) def on_updated_ptf(self, ptf, wlunits=u.AA, oversampling=1, ptf_order=3): """