summaryrefslogtreecommitdiff
path: root/git/objects/util.py
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-06-24 16:23:15 +0100
committerYobmod <yobmod@gmail.com>2021-06-24 16:23:15 +0100
commit26dfeb66be61e9a2a9087bdecc98d255c0306079 (patch)
tree8f3b8ab835ea532edbf12e6f5b88d419adb5f233 /git/objects/util.py
parent8bf00a6719804c2fc5cca280e9dae6774acc1237 (diff)
downloadgitpython-26dfeb66be61e9a2a9087bdecc98d255c0306079.tar.gz
fix indent
Diffstat (limited to 'git/objects/util.py')
-rw-r--r--git/objects/util.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/git/objects/util.py b/git/objects/util.py
index a565cf42..71137264 100644
--- a/git/objects/util.py
+++ b/git/objects/util.py
@@ -284,28 +284,6 @@ class Traversable(object):
"""
__slots__ = ()
- """
- @overload
- @classmethod
- def _get_intermediate_items(cls, item: 'Commit') -> Tuple['Commit', ...]:
- ...
-
- @overload
- @classmethod
- def _get_intermediate_items(cls, item: 'Submodule') -> Tuple['Submodule', ...]:
- ...
-
- @overload
- @classmethod
- def _get_intermediate_items(cls, item: 'Tree') -> Tuple['Tree', ...]:
- ...
-
- @overload
- @classmethod
- def _get_intermediate_items(cls, item: 'Traversable') -> Tuple['Traversable', ...]:
- ...
- """
-
@classmethod
def _get_intermediate_items(cls, item):
"""