summaryrefslogtreecommitdiffstats
path: root/qa/test_commits.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/test_commits.py')
-rw-r--r--qa/test_commits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/test_commits.py b/qa/test_commits.py
index 1449e93..d04a688 100644
--- a/qa/test_commits.py
+++ b/qa/test_commits.py
@@ -3,8 +3,8 @@ import re
import arrow
-from qa.shell import echo, git, gitlint
from qa.base import BaseTestCase
+from qa.shell import echo, git, gitlint
class CommitsTests(BaseTestCase):