Browse Source

Remove unused import.

Jelmer Vernooij 2 years ago
parent
commit
2f60f5bd89
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dulwich/client.py

+ 0 - 1
dulwich/client.py

@@ -105,7 +105,6 @@ from dulwich.protocol import (
     pkt_line,
 )
 from dulwich.pack import (
-    write_pack_data,
     write_pack_objects,
     PackChunkGenerator,
 )