From cc1cec8f60f5c1fa43125a9e707be557c882b36b Mon Sep 17 00:00:00 2001 From: Hannu Parviainen Date: Thu, 19 Dec 2024 11:11:50 +0100 Subject: [PATCH] Fixed the code style errors. --- specreduce/extract.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specreduce/extract.py b/specreduce/extract.py index 289a681..8d4f1bc 100644 --- a/specreduce/extract.py +++ b/specreduce/extract.py @@ -178,10 +178,10 @@ def spectrum(self): return self.__call__() def __call__(self, image: NDData | None = None, - trace: Trace | None = None, - width: float | None = None, - disp_axis: int | None = None, - crossdisp_axis: int | None = None): + trace: Trace | None = None, + width: float | None = None, + disp_axis: int | None = None, + crossdisp_axis: int | None = None): """ Extract the 1D spectrum using the boxcar method.