diff options
Diffstat (limited to 'tests/test_hooks.py')
-rw-r--r-- | tests/test_hooks.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_hooks.py b/tests/test_hooks.py index 78277128..76e928f7 100644 --- a/tests/test_hooks.py +++ b/tests/test_hooks.py | |||
@@ -14,9 +14,10 @@ | |||
14 | 14 | ||
15 | """Unittests for the hooks.py module.""" | 15 | """Unittests for the hooks.py module.""" |
16 | 16 | ||
17 | import hooks | ||
18 | import unittest | 17 | import unittest |
19 | 18 | ||
19 | import hooks | ||
20 | |||
20 | 21 | ||
21 | class RepoHookShebang(unittest.TestCase): | 22 | class RepoHookShebang(unittest.TestCase): |
22 | """Check shebang parsing in RepoHook.""" | 23 | """Check shebang parsing in RepoHook.""" |