Browse Source

Fix imports.

Jelmer Vernooij 3 years ago
parent
commit
6b53d0b7c6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      dulwich/porcelain.py

+ 0 - 3
dulwich/porcelain.py

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