Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Update deployment_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelromagne authored Dec 12, 2023
1 parent 530cde5 commit 5acffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bentoctl/deployment_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def generate(self, destination_dir=os.curdir, values_only=False):

return generated_files

def _prepare_bento_dir(self) -> t.Generator[str, None, None]:
def _prepare_bento_dir(self) -> None:
"""
Copy models in the bento before deployment.
"""
Expand Down

0 comments on commit 5acffe0

Please sign in to comment.