Skip to content

Commit

Permalink
Update schematic/schemas/data_model_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 authored Nov 13, 2024
1 parent 89fe93d commit ec410ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schematic/schemas/data_model_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def parse_model(self) -> dict[str, dict[str, Any]]:
off base model.
"""
# base_model = self.parse_base_model()

# Call appropriate data model parser and return parsed model.
if self.model_type == "CSV":
csv_parser = DataModelCSVParser()
Expand Down

0 comments on commit ec410ed

Please sign in to comment.