Skip to content

Commit

Permalink
replace pass with docstring to satisfy code coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandoro committed Oct 24, 2023
1 parent 9f335d3 commit bf55f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/operators/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def __init__(

@abstractmethod
def upload_to_cloud_storage(self, project_dir: str) -> None:
pass
"""Abstract method to upload the generated documentation to cloud storage."""


class DbtDocsS3LocalOperator(DbtDocsCloudLocalOperator):
Expand Down

0 comments on commit bf55f18

Please sign in to comment.