Skip to content

Commit 85fc31a

Browse files
removed empty ctor
1 parent adff10b commit 85fc31a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/allotropy/parsers/agilent_gen5/agilent_gen5_parser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ class AgilentGen5Parser(VendorParser[Data, Model]):
2626
SUPPORTED_EXTENSIONS = AgilentGen5Reader.SUPPORTED_EXTENSIONS
2727
SCHEMA_MAPPER = Mapper
2828

29-
def __init__(self, timestamp_parser: TimestampParser | None = None):
30-
super().__init__(timestamp_parser)
31-
3229
def create_data(self, named_file_contents: NamedFileContents) -> Data:
3330
reader = AgilentGen5Reader(named_file_contents)
3431
context = reader.extract_data_context(named_file_contents.original_file_path)

0 commit comments

Comments
 (0)