Skip to content

Commit 067235c

Browse files
committed
exporting handler not needed
1 parent 565b1e7 commit 067235c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vetiver/vetiver_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def __init__(
8686
translator = create_handler(model, prototype_data)
8787

8888
self.model = translator.model
89-
self.translator = type(translator)
9089
self.prototype = translator.construct_prototype()
9190
self.model_name = model_name
9291
self.description = description if description else translator.describe()

0 commit comments

Comments
 (0)