소스 검색

Remove unused variable.

Jelmer Vernooij 6 년 전
부모
커밋
151713c11a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)