mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 18:48:46 +08:00
Add missing Dict imports.
This commit is contained in:
2
third_party/2and3/markupsafe/__init__.pyi
vendored
2
third_party/2and3/markupsafe/__init__.pyi
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
from typing import Any, Callable, Iterable, List, Optional, Text, Tuple, Union
|
||||
from typing import Any, Callable, Dict, Iterable, List, Optional, Text, Tuple, Union
|
||||
from collections import Mapping
|
||||
from markupsafe._compat import text_type
|
||||
import string
|
||||
|
||||
Reference in New Issue
Block a user