summaryrefslogtreecommitdiffstats
path: root/tests/test_linter.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
commit3eff9a2d581311905f71a98a67b6391a561d5517 (patch)
tree0d87f151ae469442bdfe8284917285f1d000eff0 /tests/test_linter.py
parentAdding upstream version 1.33.0. (diff)
downloadyamllint-upstream.tar.xz
yamllint-upstream.zip
Adding upstream version 1.35.1.upstream/1.35.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_linter.py')
-rw-r--r--tests/test_linter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linter.py b/tests/test_linter.py
index 9855120..ea509d8 100644
--- a/tests/test_linter.py
+++ b/tests/test_linter.py
@@ -16,8 +16,8 @@
import io
import unittest
-from yamllint.config import YamlLintConfig
from yamllint import linter
+from yamllint.config import YamlLintConfig
class LinterTestCase(unittest.TestCase):