summaryrefslogtreecommitdiff
path: root/test/test_tree.py
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-06-30 18:41:06 +0100
committerYobmod <yobmod@gmail.com>2021-06-30 18:41:06 +0100
commit82b131cf2afebbed3723df5b5dfd5cd820716f97 (patch)
treeef007c76db64b1f0cbfc99941a9a4de7d3fd3b8a /test/test_tree.py
parent75dbf90efb5e292bac5f54700f7f0efedf3e47d5 (diff)
downloadgitpython-82b131cf2afebbed3723df5b5dfd5cd820716f97.tar.gz
Type Traversable.traverse() better, start types of submodule
Diffstat (limited to 'test/test_tree.py')
-rw-r--r--test/test_tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tree.py b/test/test_tree.py
index 49b34c5e..0607d8e3 100644
--- a/test/test_tree.py
+++ b/test/test_tree.py
@@ -8,7 +8,7 @@ from io import BytesIO
import sys
from unittest import skipIf
-from git import (
+from git.objects import (
Tree,
Blob
)