aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/devices/ethosu/reporters.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/devices/ethosu/reporters.py')
-rw-r--r--src/mlia/devices/ethosu/reporters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/devices/ethosu/reporters.py b/src/mlia/devices/ethosu/reporters.py
index f11430c..9181043 100644
--- a/src/mlia/devices/ethosu/reporters.py
+++ b/src/mlia/devices/ethosu/reporters.py
@@ -41,7 +41,7 @@ def report_operators_stat(operators: Operators) -> Report:
operators.npu_supported_number,
Cell(
operators.npu_unsupported_ratio * 100,
- fmt=Format(str_fmt="{0:.0f}%".format),
+ fmt=Format(str_fmt="{:.0f}%".format),
),
)
]