Skip to content

Commit ef2d262

Browse files
committed
Deleted useless lines for testing
1 parent 12a4763 commit ef2d262

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/masterdata_parser_example/parser.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,3 @@ def parse(self, files, collection, logger):
2121
instrument_id = collection.add(instrument)
2222
_ = collection.add_relationship(chemical_id, instrument_id)
2323
logger.info("Parsing finished: Added example chemical and instrument.")
24-
25-
26-
from bam_masterdata.logger import logger
27-
from bam_masterdata.metadata.entities import CollectionType
28-
29-
collection = CollectionType()
30-
files = []
31-
parser = MasterdataParserExample()
32-
33-
34-
parser.parse(files, collection, logger)

0 commit comments

Comments
 (0)