diff options
Diffstat (limited to 'test/lib/helper.py')
-rw-r--r-- | test/lib/helper.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/helper.py b/test/lib/helper.py index 5dde7b04..632d6af9 100644 --- a/test/lib/helper.py +++ b/test/lib/helper.py @@ -3,8 +3,6 @@ # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -from __future__ import print_function - import contextlib from functools import wraps import gc |