Jelmer Vernooij 3 лет назад
Родитель
Сommit
6b53d0b7c6
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      dulwich/porcelain.py

+ 0 - 3
dulwich/porcelain.py

@@ -136,11 +136,8 @@ from dulwich.protocol import (
     ZERO_SHA,
 )
 from dulwich.refs import (
-    ANNOTATED_TAG_SUFFIX,
     LOCAL_BRANCH_PREFIX,
     LOCAL_TAG_PREFIX,
-    strip_peeled_refs,
-    RefsContainer,
     _import_remote_refs,
 )
 from dulwich.repo import BaseRepo, Repo