summaryrefslogtreecommitdiff
path: root/git/repo
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-20 15:37:53 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-20 15:37:53 +0800
commitc9dbaab311dbafcba0b68edb6ed89988b476f1dc (patch)
treea90722893f1dea42e55faa1a6e91d7c6a171ba15 /git/repo
parent74a0507f4eb468b842d1f644f0e43196cda290a1 (diff)
downloadgitpython-c9dbaab311dbafcba0b68edb6ed89988b476f1dc.tar.gz
Revert "This time, use test-requirements."
This reverts commit 74a0507f4eb468b842d1f644f0e43196cda290a1. https://travis-ci.org/gitpython-developers/GitPython/jobs/561334516#L634
Diffstat (limited to 'git/repo')
-rw-r--r--git/repo/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index 911494ad..f3587080 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -4,7 +4,6 @@
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
-from builtins import str
from collections import namedtuple
import logging
import os