diff options
author | Yobmod <yobmod@gmail.com> | 2021-07-19 20:26:53 +0100 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-07-19 20:26:53 +0100 |
commit | 600df043e76924d43a4f9f88f4e3241740f34c77 (patch) | |
tree | 8514389e82efdcdcdeaab5d3a85553883f28117c /git/repo | |
parent | 017b0d4b19127868ccb8ee616f64734b48f6e620 (diff) | |
download | gitpython-600df043e76924d43a4f9f88f4e3241740f34c77.tar.gz |
Rmv old py2.7 __future__ imports
Diffstat (limited to 'git/repo')
-rw-r--r-- | git/repo/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/repo/__init__.py b/git/repo/__init__.py index 5619aa69..712df60d 100644 --- a/git/repo/__init__.py +++ b/git/repo/__init__.py @@ -1,4 +1,3 @@ """Initialize the Repo package""" # flake8: noqa -from __future__ import absolute_import from .base import * |