Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao authored May 6, 2020
1 parent f494bfa commit 9cc2a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/executors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def __init__(self, output_feature: str, model_path: str = None, *args, **kwargs)
super().__init__(*args, **kwargs)
self.outputs_name = output_feature
self.raw_model_path = model_path
self.model_name = ""
self.model_name = ''
self._backend = 'onnx'

def _set_device(self):
Expand Down

0 comments on commit 9cc2a05

Please sign in to comment.