Explorar o código

Remove some unused imports.

Jelmer Vernooij %!s(int64=15) %!d(string=hai) anos
pai
achega
02e36fedc8
Modificáronse 2 ficheiros con 0 adicións e 3 borrados
  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,
     )