From bbf02e0c648177b164560003cb51e50bc72b35cd Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 7 Dec 2016 15:55:47 +0100 Subject: Don't change the meaning of string literals --- git/util.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'git/util.py') diff --git a/git/util.py b/git/util.py index 1e0d3eb4..7b90e38d 100644 --- a/git/util.py +++ b/git/util.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 unicode_literals - import contextlib from functools import wraps import getpass -- cgit v1.2.1