aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/cortex_a/reporters.py
diff options
context:
space:
mode:
authorAnnie Tallund <annie.tallund@arm.com>2023-04-11 09:29:56 +0200
committerAnnie Tallund <annie.tallund@arm.com>2023-04-12 11:59:37 +0000
commitef6e6aeb6796124bded8238860da00972e9aaf10 (patch)
tree8cbda716e02fb0dce7d1b0833073bc8c61407b54 /src/mlia/target/cortex_a/reporters.py
parent8d00200d5aa2011bc91ccc688ee93caf5b6980f6 (diff)
downloadmlia-ef6e6aeb6796124bded8238860da00972e9aaf10.tar.gz
MLIA-849 Update mypy version and fix associated issues
- Remove unused silencing of typing - Amend None type hints where it is default Change-Id: Id972b56dcdce865bf6c9d6aea88bc76baf39133e
Diffstat (limited to 'src/mlia/target/cortex_a/reporters.py')
-rw-r--r--src/mlia/target/cortex_a/reporters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/target/cortex_a/reporters.py b/src/mlia/target/cortex_a/reporters.py
index fc80c9f..e7247f5 100644
--- a/src/mlia/target/cortex_a/reporters.py
+++ b/src/mlia/target/cortex_a/reporters.py
@@ -82,7 +82,7 @@ def cortex_a_formatters(data: Any) -> Callable[[Any], Report]:
return report_target
if isinstance(data, TFLiteCompatibilityInfo):
- return report_tflite_compatiblity # type: ignore
+ return report_tflite_compatiblity
if isinstance(data, CortexACompatibilityInfo):
return report_cortex_a_operators