From 00d0a33832ee961fef80630f16013d606ae67755 Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Thu, 14 Nov 2024 21:40:41 -0500 Subject: [PATCH] Clean `deprecate_kwarg` (#1470) --- straxen/contexts.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/straxen/contexts.py b/straxen/contexts.py index 807b167a7..f5540769a 100644 --- a/straxen/contexts.py +++ b/straxen/contexts.py @@ -4,7 +4,6 @@ from immutabledict import immutabledict import socket -from pandas.util._decorators import deprecate_kwarg import strax import straxen @@ -164,10 +163,6 @@ def find_rucio_local_path(include_rucio_local, _rucio_local_path): return _include_rucio_local, __rucio_local_path -@deprecate_kwarg("_minimum_run_number", "minimum_run_number") -@deprecate_kwarg("_maximum_run_number", "maximum_run_number") -@deprecate_kwarg("_include_rucio_remote", "include_rucio_remote") -@deprecate_kwarg("_add_online_monitor_frontend", "include_online_monitor") def xenonnt_online( output_folder: str = "./strax_data", we_are_the_daq: bool = False,