summaryrefslogtreecommitdiffstats
path: root/qa/test_named_rules.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-11 08:03:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-11 08:03:07 +0000
commitdcc28a9a987457acf9e2c8249a9df5e40143eba3 (patch)
treea3b44db00ff34f0dee0406875e7320c4dce3041e /qa/test_named_rules.py
parentReleasing debian version 0.19.0~dev-1. (diff)
downloadgitlint-dcc28a9a987457acf9e2c8249a9df5e40143eba3.tar.xz
gitlint-dcc28a9a987457acf9e2c8249a9df5e40143eba3.zip
Merging upstream version 0.19.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'qa/test_named_rules.py')
-rw-r--r--qa/test_named_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/test_named_rules.py b/qa/test_named_rules.py
index 75cd9a1..e3c6908 100644
--- a/qa/test_named_rules.py
+++ b/qa/test_named_rules.py
@@ -1,5 +1,5 @@
-from qa.shell import gitlint
from qa.base import BaseTestCase
+from qa.shell import gitlint
class NamedRuleTests(BaseTestCase):