Jelmer Vernooij il y a 4 ans
Parent
commit
8ee58912bc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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):
     def test_config_no_proxy_custom_cls(self):
         import urllib3
         import urllib3
+
         class CustomPoolManager(urllib3.PoolManager):
         class CustomPoolManager(urllib3.PoolManager):
             pass
             pass
 
 
@@ -1096,6 +1097,7 @@ class DefaultUrllib3ManagerTest(TestCase):
 
 
     def test_config_proxy_custom_cls(self):
     def test_config_proxy_custom_cls(self):
         import urllib3
         import urllib3
+
         class CustomProxyManager(urllib3.ProxyManager):
         class CustomProxyManager(urllib3.ProxyManager):
             pass
             pass