Przeglądaj źródła

Remove unused import.

Jelmer Vernooij 2 lat temu
rodzic
commit
41b115c2de
1 zmienionych plików z 1 dodań i 1 usunięć
  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,