From 1e7205f2a541e385a8c597a3c4b6f6df4cee2fcc Mon Sep 17 00:00:00 2001 From: dachengx Date: Sat, 20 Apr 2024 19:49:15 +0800 Subject: [PATCH] Remove `strax.plugin` --- strax/plugin.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 strax/plugin.py diff --git a/strax/plugin.py b/strax/plugin.py deleted file mode 100644 index a8cdb17f8..000000000 --- a/strax/plugin.py +++ /dev/null @@ -1,9 +0,0 @@ -# Just to keep these references around -from plugins import ( - Plugin, - CutPlugin, - LoopPlugin, - MergeOnlyPlugin, - OverlapWindowPlugin, - ParallelSourcePlugin, -)