Skip to content

Commit

Permalink
fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicHoch committed Nov 25, 2024
1 parent 65f1342 commit 437bf93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stixcore/io/FlareListManager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import sys
import time
from pathlib import Path
from datetime import datetime, timedelta

import pandas as pd
Expand Down Expand Up @@ -131,5 +130,3 @@ def read_flarelist(cls, file, update=False):
# only set the global in test scenario
from stixcore.data.test import test_data
SDCFlareListManager.instance = SDCFlareListManager(test_data.rid_lut.RID_LUT, update=False)


0 comments on commit 437bf93

Please sign in to comment.