File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616from microSALT .utils .scraper import Scraper
1717from microSALT .utils .job_creator import Job_Creator
1818from microSALT .utils .reporter import Reporter
19- from microSALT .utils .referencer import Referencer
19+ from microSALT .utils .referencer . referencer import Referencer
2020
2121default_sampleinfo = {
2222 "CG_ID_project" : "XXX0000" ,
Original file line number Diff line number Diff line change 1616
1717from microSALT import preset_config , logger
1818from microSALT .utils .reporter import Reporter
19- from microSALT .utils .referencer import Referencer
2019from microSALT .store .db_manipulator import DB_Manipulator
2120
2221def unpack_db_json (filename ):
Original file line number Diff line number Diff line change 1212
1313from microSALT import preset_config , logger
1414from microSALT .utils .scraper import Scraper
15- from microSALT .utils .referencer import Referencer
15+ from microSALT .utils .referencer . referencer import Referencer
1616
1717
1818@pytest .fixture
You can’t perform that action at this time.
0 commit comments