Skip to content

Commit

Permalink
Define method directly (remove unnecessary indirection)
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Aug 22, 2024
1 parent b515ce3 commit e73c656
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit e73c656

Please sign in to comment.