Jelmer Vernooij 16 rokov pred
rodič
commit
5ff7c40f87
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      dulwich/object_store.py

+ 2 - 0
dulwich/object_store.py

@@ -30,7 +30,9 @@ from dulwich.errors import (
     NotTreeError,
     )
 from dulwich.objects import (
+    Commit,
     ShaFile,
+    Tag,
     Tree,
     hex_to_sha,
     sha_to_hex,