Skip to content

Commit 19cf095

Browse files
authored
remove kw
1 parent b4e388a commit 19cf095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vetiver/handlers/pytorch_vt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def handler_startup():
6565
"""
6666
...
6767

68-
def handler_predict(self, input_data, check_ptype, **kw):
68+
def handler_predict(self, input_data, check_ptype):
6969
"""Generates method for /predict endpoint in VetiverAPI
7070
7171
The `handler_predict` function executes at each API call. Use this

0 commit comments

Comments
 (0)