aboutsummaryrefslogtreecommitdiff
path: root/tests/test_backend_source.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_backend_source.py')
-rw-r--r--tests/test_backend_source.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_backend_source.py b/tests/test_backend_source.py
index 11f1781..c6ef26f 100644
--- a/tests/test_backend_source.py
+++ b/tests/test_backend_source.py
@@ -1,6 +1,5 @@
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
-# pylint: disable=no-self-use
"""Tests for the source backend module."""
from collections import Counter
from contextlib import ExitStack as does_not_raise