mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
Removed extraneous import statement that was redefining three symbols in markupsafe/__init__.py. This redefinition triggered type checking/linting errors. (#2842)
This commit is contained in:
committed by
Sebastian Rittau
parent
ab4c262043
commit
748ad3d21f
1
third_party/2and3/markupsafe/__init__.pyi
vendored
1
third_party/2and3/markupsafe/__init__.pyi
vendored
@@ -4,7 +4,6 @@ from typing import Any, Callable, Dict, Iterable, List, Optional, Sequence, Text
|
||||
from collections import Mapping
|
||||
from markupsafe._compat import text_type
|
||||
import string
|
||||
from markupsafe._speedups import escape as escape, escape_silent as escape_silent, soft_unicode as soft_unicode
|
||||
from markupsafe._native import escape as escape, escape_silent as escape_silent, soft_unicode as soft_unicode
|
||||
|
||||
class Markup(text_type):
|
||||
|
||||
Reference in New Issue
Block a user