From 734fa78bb8e5d48026fe883e80b2d76f8eb50d84 Mon Sep 17 00:00:00 2001 From: ndilalla Date: Tue, 13 Aug 2024 12:39:06 -0700 Subject: [PATCH] Minor. --- astromodels/utils/file_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/astromodels/utils/file_utils.py b/astromodels/utils/file_utils.py index 33cb13de..f4dfda58 100644 --- a/astromodels/utils/file_utils.py +++ b/astromodels/utils/file_utils.py @@ -16,6 +16,7 @@ else: copy_if_needed = False + def _get_data_file_path(data_file: str) -> Path: """ Returns the absolute path to the required data files.