Page MenuHomeSoftware Heritage

D6806.id24666.diff
No OneTemporary

D6806.id24666.diff

diff --git a/swh/__init__.py b/swh/__init__.py
--- a/swh/__init__.py
+++ b/swh/__init__.py
@@ -1,4 +1,4 @@
from pkgutil import extend_path
-from typing import Iterable
+from typing import List
-__path__: Iterable[str] = extend_path(__path__, __name__)
+__path__: List[str] = extend_path(__path__, __name__)

File Metadata

Mime Type
text/plain
Expires
Nov 5 2024, 3:30 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3224658

Event Timeline