Jelmer Vernooij hace 4 años
padre
commit
b5629a224c
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      dulwich/tests/compat/test_client.py
  2. 1 1
      dulwich/tests/test_client.py

+ 0 - 1
dulwich/tests/compat/test_client.py

@@ -38,7 +38,6 @@ import http.server
 
 from dulwich import (
     client,
-    errors,
     file,
     index,
     protocol,

+ 1 - 1
dulwich/tests/test_client.py

@@ -385,7 +385,7 @@ class GitClientTests(TestCase):
         self.assertEqual(
             result.refs,
             {b'refs/heads/master':
-                    b'310ca9477129b8586fa2afc779c1f57cf64bba6c'})
+             b'310ca9477129b8586fa2afc779c1f57cf64bba6c'})
         self.assertEqual(self.rout.getvalue(), b'0000')