David Hotham il y a 3 ans
Parent
commit
a3f555373a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dulwich/client.py

+ 1 - 1
dulwich/client.py

@@ -47,7 +47,7 @@ import shlex
 import socket
 import subprocess
 import sys
-from typing import TYPE_CHECKING, Any, Callable, Dict, List, Optional, Set, Tuple
+from typing import Any, Callable, Dict, List, Optional, Set, Tuple
 
 from urllib.parse import (
     quote as urlquote,