From 9a56f9eb9cc95ae7948efa457fd5746eea62f190 Mon Sep 17 00:00:00 2001 From: Raniere Date: Tue, 3 Oct 2023 11:28:14 +0200 Subject: [PATCH] List of functions in alphabetical order --- magicctapipe/io/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magicctapipe/io/__init__.py b/magicctapipe/io/__init__.py index fb116d1ef..0b44e3700 100644 --- a/magicctapipe/io/__init__.py +++ b/magicctapipe/io/__init__.py @@ -7,7 +7,6 @@ SimEventInfoContainer, ) from .io import ( - telescope_combinations, format_object, get_dl2_mean, get_stereo_events, @@ -20,6 +19,7 @@ load_train_data_files, load_train_data_files_tel, save_pandas_data_in_table, + telescope_combinations, ) from .gadf import ( create_event_hdu, @@ -37,7 +37,6 @@ "create_gh_cuts_hdu", "create_gti_hdu", "create_pointing_hdu", - "telescope_combinations", "format_object", "get_dl2_mean", "get_stereo_events", @@ -50,4 +49,5 @@ "load_train_data_files", "load_train_data_files_tel", "save_pandas_data_in_table", + "telescope_combinations", ]