aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/core/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/core/helpers.py')
-rw-r--r--src/mlia/core/helpers.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mlia/core/helpers.py b/src/mlia/core/helpers.py
index f4a9df6..ed43d04 100644
--- a/src/mlia/core/helpers.py
+++ b/src/mlia/core/helpers.py
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Module for various helper classes."""
# pylint: disable=unused-argument
@@ -14,10 +14,6 @@ class ActionResolver:
"""Return action details for applying optimizations."""
return []
- def supported_operators_info(self) -> list[str]:
- """Return action details for generating supported ops report."""
- return []
-
def check_performance(self) -> list[str]:
"""Return action details for checking performance."""
return []