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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/core/helpers.py b/src/mlia/core/helpers.py
index f0c4474..f4a9df6 100644
--- a/src/mlia/core/helpers.py
+++ b/src/mlia/core/helpers.py
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Module for various helper classes."""
-# pylint: disable=no-self-use, unused-argument
+# pylint: disable=unused-argument
from __future__ import annotations
from typing import Any