Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066239
D6806.id24666.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
311 B
Subscribers
None
D6806.id24666.diff
View Options
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
Details
Attached
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
Attached To
D6806: Fix typing which fails the build
Event Timeline
Log In to Comment