diff --git a/src/parsers.py b/src/parsers.py index d6df589..3c5dff0 100644 --- a/src/parsers.py +++ b/src/parsers.py @@ -71,9 +71,6 @@ def __init__(self, filepath: str): self.filepath = filepath def parse(self) -> DAGConfig: - return self._parse_yaml() - - def _parse_yaml(self) -> DAGConfig: """Processes the config file in order to instantiate the DAG in Airflow. """