From d05b11ef78f88739054d8f86fec037484f4528c4 Mon Sep 17 00:00:00 2001 From: Mitchell Revalski <56605543+mrevalski@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:33:09 -0500 Subject: [PATCH] added blank space to py file --- notebooks/WFC3/point_spread_function/mast_api_psf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/WFC3/point_spread_function/mast_api_psf.py b/notebooks/WFC3/point_spread_function/mast_api_psf.py index d235e5bf5..8c54707da 100644 --- a/notebooks/WFC3/point_spread_function/mast_api_psf.py +++ b/notebooks/WFC3/point_spread_function/mast_api_psf.py @@ -399,4 +399,5 @@ def extract_cutouts_pool(dataURLs, cpu_count=0): pool.close() pool.join() - return cutouts \ No newline at end of file + return cutouts + \ No newline at end of file