Jelmer Vernooij %!s(int64=3) %!d(string=hai) anos
pai
achega
952573478a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dulwich/config.py

+ 1 - 1
dulwich/config.py

@@ -41,7 +41,7 @@ try:
         MutableMapping,
     )
 except ImportError:  # python < 3.7
-    from collections import (
+    from collections import (  # type: ignore
         Iterable,
         MutableMapping,
     )