Browse Source

Fix style.

Jelmer Vernooij 4 năm trước cách đây
mục cha
commit
8ee58912bc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      dulwich/tests/test_client.py

+ 2 - 0
dulwich/tests/test_client.py

@@ -1061,6 +1061,7 @@ class DefaultUrllib3ManagerTest(TestCase):
 
     def test_config_no_proxy_custom_cls(self):
         import urllib3
+
         class CustomPoolManager(urllib3.PoolManager):
             pass
 
@@ -1096,6 +1097,7 @@ class DefaultUrllib3ManagerTest(TestCase):
 
     def test_config_proxy_custom_cls(self):
         import urllib3
+
         class CustomProxyManager(urllib3.ProxyManager):
             pass