Skip to content

Commit 9827266

Browse files
authoredSep 6, 2023
Merge pull request #640 from basetenlabs/sshanker/fix-cli
Fix truss init.
2 parents 1b0507c + 4c01276 commit 9827266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎truss/cli/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def image():
103103
type=click.Choice([server.value for server in ModelServer]),
104104
)
105105
@error_handling
106-
def init(target_directory, trainable, backend) -> None:
106+
def init(target_directory, backend) -> None:
107107
"""Create a new truss.
108108
109109
TARGET_DIRECTORY: A Truss is created in this directory

0 commit comments

Comments
 (0)
Please sign in to comment.