瀏覽代碼

Fix style.

Jelmer Vernooij 4 年之前
父節點
當前提交
b5629a224c
共有 2 個文件被更改,包括 1 次插入2 次删除
  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')