瀏覽代碼

Remove some unused imports.

Jelmer Vernooij 15 年之前
父節點
當前提交
2662f425f6
共有 2 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      dulwich/fastexport.py
  2. 0 2
      dulwich/web.py

+ 0 - 1
dulwich/fastexport.py

@@ -21,7 +21,6 @@
 """Fast export/import functionality."""
 
 from dulwich.objects import (
-    Tree,
     format_timezone,
     )
 

+ 0 - 2
dulwich/web.py

@@ -32,8 +32,6 @@ from dulwich.protocol import (
     ReceivableProtocol,
     )
 from dulwich.server import (
-    ReceivePackHandler,
-    UploadPackHandler,
     DEFAULT_HANDLERS,
     )