summaryrefslogtreecommitdiff
path: root/git/refs/__init__.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-07-20 07:04:18 +0800
committerGitHub <noreply@github.com>2021-07-20 07:04:18 +0800
commitcfd653aeeb3cb807f2cd2ae9fff5568880ac67da (patch)
tree8514389e82efdcdcdeaab5d3a85553883f28117c /git/refs/__init__.py
parentacbd6bad9ded9a1d59e80e71d334d64b0244f5cd (diff)
parent600df043e76924d43a4f9f88f4e3241740f34c77 (diff)
downloadgitpython-cfd653aeeb3cb807f2cd2ae9fff5568880ac67da.tar.gz
Merge pull request #1295 from Yobmod/main
Add types to refs
Diffstat (limited to 'git/refs/__init__.py')
-rw-r--r--git/refs/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/refs/__init__.py b/git/refs/__init__.py
index ded8b1f7..1486dffe 100644
--- a/git/refs/__init__.py
+++ b/git/refs/__init__.py
@@ -1,5 +1,4 @@
# flake8: noqa
-from __future__ import absolute_import
# import all modules in order, fix the names they require
from .symbolic import *
from .reference import *