diff options
Diffstat (limited to 'tests/test_git_command.py')
-rw-r--r-- | tests/test_git_command.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/test_git_command.py b/tests/test_git_command.py index 7c108ccd..ffee023b 100644 --- a/tests/test_git_command.py +++ b/tests/test_git_command.py | |||
@@ -19,12 +19,7 @@ import os | |||
19 | import re | 19 | import re |
20 | import subprocess | 20 | import subprocess |
21 | import unittest | 21 | import unittest |
22 | 22 | from unittest import mock | |
23 | |||
24 | try: | ||
25 | from unittest import mock | ||
26 | except ImportError: | ||
27 | import mock | ||
28 | 23 | ||
29 | import git_command | 24 | import git_command |
30 | import wrapper | 25 | import wrapper |