Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Dec 19, 2020
1 parent 0c5f082 commit 0d06bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bentoml/adapters/base_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def request_schema(self):

@request_schema.setter
def _set_request_schema(self, schema):
setattr(self, 'request_schema', schema)
self.__dict__['request_schema'] = schema

@property
def pip_dependencies(self):
Expand Down

0 comments on commit 0d06bf1

Please sign in to comment.