Skip to content

Commit

Permalink
Merge branch 'add-dbt-docs-support' of github.com-dwreeves:dwreeves/a…
Browse files Browse the repository at this point in the history
…stronomer-cosmos into add-dbt-docs-support
  • Loading branch information
dwreeves committed Dec 2, 2023
2 parents 0f14192 + 5c3100f commit 59721d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cosmos/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@ class DbtDocsView(AirflowBaseView):
static_folder = op.join(op.dirname(__file__), "static")

def create_blueprint(
self,
appbuilder: AppBuilder,
endpoint: Optional[str] = None,
static_folder: Optional[str] = None
self, appbuilder: AppBuilder, endpoint: Optional[str] = None, static_folder: Optional[str] = None
) -> None:
# Make sure the static folder is not overwritten, as we want to use it.
return super().create_blueprint(appbuilder, endpoint=endpoint, static_folder=self.static_folder) # type: ignore[no-any-return]
Expand Down

0 comments on commit 59721d6

Please sign in to comment.