Explorar el Código

Remove unused variable.

Jelmer Vernooij hace 7 años
padre
commit
151713c11a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      dulwich/client.py

+ 0 - 1
dulwich/client.py

@@ -1329,7 +1329,6 @@ class HttpGitClient(GitClient):
         self._username = username
         self._password = password
         self.dumb = dumb
-        self.headers = {}
 
         if pool_manager is None:
             self.pool_manager = default_urllib3_manager(config)