Skip to content

Commit d455f4e

Browse files
committed
Test fix
1 parent 379d251 commit d455f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrocut/FITSCutout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def _write_to_memory(self) -> List[fits.HDUList]:
486486

487487
return cutouts_fits
488488

489-
def _write_as_fits(self) -> str | List[str]:
489+
def _write_as_fits(self) -> Union[str, List[str]]:
490490
"""
491491
Write the cutouts to a file in FITS format.
492492

0 commit comments

Comments
 (0)