From aad631496f131f57758855d839dccb8b0900ef1f Mon Sep 17 00:00:00 2001 From: Nicky Hochmuth Date: Tue, 19 Nov 2024 00:32:57 +0100 Subject: [PATCH] Update stixcore/io/FlareListManager.py Co-authored-by: Shane Maloney --- stixcore/io/FlareListManager.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stixcore/io/FlareListManager.py b/stixcore/io/FlareListManager.py index 3f825194..cc9033c5 100644 --- a/stixcore/io/FlareListManager.py +++ b/stixcore/io/FlareListManager.py @@ -133,7 +133,3 @@ def read_flarelist(cls, file, update=False): SDCFlareListManager.instance = SDCFlareListManager(test_data.rid_lut.RID_LUT, update=False) -if __name__ == '__main__': - flm = SDCFlareListManager(Path("./flarelist.scv"), update=False) - print(flm) - print(flm.flarelist)