summaryrefslogtreecommitdiffstats
path: root/test/rules/fixtures
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
commitba233a0cbad76b4783a03893e7bf4716fbc0f0ec (patch)
treead369728c1edbe3631c8150585659078ae5d7d0b /test/rules/fixtures
parentReleasing progress-linux version 6.17.2-3~progress7.99u1. (diff)
downloadansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.tar.xz
ansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.zip
Merging upstream version 24.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/rules/fixtures')
-rw-r--r--test/rules/fixtures/ematcher.py1
-rw-r--r--test/rules/fixtures/raw_task.py1
-rw-r--r--test/rules/fixtures/unset_variable_matcher.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/rules/fixtures/ematcher.py b/test/rules/fixtures/ematcher.py
index 1b04b6b..b034064 100644
--- a/test/rules/fixtures/ematcher.py
+++ b/test/rules/fixtures/ematcher.py
@@ -1,4 +1,5 @@
"""Custom rule used as fixture."""
+
from ansiblelint.rules import AnsibleLintRule
diff --git a/test/rules/fixtures/raw_task.py b/test/rules/fixtures/raw_task.py
index 0d5b023..6dfd7d9 100644
--- a/test/rules/fixtures/raw_task.py
+++ b/test/rules/fixtures/raw_task.py
@@ -1,4 +1,5 @@
"""Test Rule that needs_raw_task."""
+
from __future__ import annotations
from typing import TYPE_CHECKING
diff --git a/test/rules/fixtures/unset_variable_matcher.py b/test/rules/fixtures/unset_variable_matcher.py
index 8486009..ea8b0c0 100644
--- a/test/rules/fixtures/unset_variable_matcher.py
+++ b/test/rules/fixtures/unset_variable_matcher.py
@@ -1,4 +1,5 @@
"""Custom linting rule used as test fixture."""
+
from ansiblelint.rules import AnsibleLintRule