Skip to content

Commit

Permalink
Update stixcore/io/FlareListManager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Maloney <[email protected]>
  • Loading branch information
nicHoch and samaloney authored Nov 18, 2024
1 parent 9965dbe commit aad6314
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stixcore/io/FlareListManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit aad6314

Please sign in to comment.