diff options
Diffstat (limited to 'tests/test_git_command.py')
-rw-r--r-- | tests/test_git_command.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_git_command.py b/tests/test_git_command.py index 3dd31b29..c803d280 100644 --- a/tests/test_git_command.py +++ b/tests/test_git_command.py | |||
@@ -14,11 +14,12 @@ | |||
14 | 14 | ||
15 | """Unittests for the git_command.py module.""" | 15 | """Unittests for the git_command.py module.""" |
16 | 16 | ||
17 | import re | ||
18 | import os | 17 | import os |
18 | import re | ||
19 | import subprocess | 19 | import subprocess |
20 | import unittest | 20 | import unittest |
21 | 21 | ||
22 | |||
22 | try: | 23 | try: |
23 | from unittest import mock | 24 | from unittest import mock |
24 | except ImportError: | 25 | except ImportError: |