mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for mimetypes
|
||||
|
||||
from typing import Dict, IO, Optional, Sequence, Text, Tuple
|
||||
from typing import Dict, IO, List, Optional, Sequence, Text, Tuple
|
||||
import sys
|
||||
|
||||
def guess_type(url: Text,
|
||||
|
||||
Reference in New Issue
Block a user