Browse Source

Fix style.

Jelmer Vernooij 4 years ago
parent
commit
8ee58912bc
1 changed files with 2 additions and 0 deletions
  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