summaryrefslogtreecommitdiffstats
path: root/qa/test_named_rules.py
diff options
context:
space:
mode:
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):