ソースを参照

Remove unused import.

Jelmer Vernooij 2 年 前
コミット
41b115c2de
1 ファイル変更1 行追加1 行削除
  1. 1 1
      dulwich/client.py

+ 1 - 1
dulwich/client.py

@@ -46,7 +46,7 @@ import select
 import socket
 import subprocess
 import sys
-from typing import Any, Callable, Dict, List, Optional, Set, Tuple, IO, Iterable
+from typing import Any, Callable, Dict, List, Optional, Set, Tuple, IO
 
 from urllib.parse import (
     quote as urlquote,