mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 22:02:24 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from typing import List
|
||||
from multiprocessing import Process
|
||||
|
||||
def current_process() -> Process: ...
|
||||
|
||||
Reference in New Issue
Block a user