Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerrol committed Aug 19, 2020
1 parent ee7d81a commit 0f42d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foolbox/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _preprocess(self, inputs: ep.TensorType) -> ep.TensorType:

@property
def data_format(self) -> Any:
self._model.data_format # type: ignore
return self._model.data_format # type: ignore


ModelType = TypeVar("ModelType", bound="ModelWithPreprocessing")
Expand Down

0 comments on commit 0f42d6b

Please sign in to comment.