Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 18, 2024
1 parent 573bd8e commit 3a9ab61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from .dbt_project import (
DagsterDbtManifestPreparer as DagsterDbtManifestPreparer,
DbtManifestPreparer as DbtManifestPreparer,
DbtProject as DbtProject
DbtProject as DbtProject,
)
from .errors import (
DagsterDbtCliRuntimeError as DagsterDbtCliRuntimeError,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def prepare(self, project: "DbtProject") -> None:
The preparation process:
* pulls and installs the dependencies of the dbt project,
* parses the dbt project and created a loadable manifest file.
Args:
project (DbtProject):
The dbt project to be prepared.
Expand Down

0 comments on commit 3a9ab61

Please sign in to comment.