Skip to content

Commit

Permalink
Remove redundant typehint in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemvandooren committed Apr 8, 2024
1 parent 790d766 commit b169aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dbt_score/dbt_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ def dbt_parse() -> dbtRunnerResult:
"""Parse a dbt project.
Returns:
dbtRunnerResult: dbt parse result
The dbt parse run result.
Raises:
DbtParseException: dbt parse failed
DbtParseException: dbt parse failed.
"""
dbt_logger_stdout = logging.getLogger("stdout_log")
dbt_logger_stdout.disabled = True
Expand Down

0 comments on commit b169aca

Please sign in to comment.