mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Remove MarkupSafe-2.0.1
This commit is contained in:
parent
ea398827cb
commit
5eb5fe8fba
5 changed files with 0 additions and 373 deletions
|
@ -1,9 +0,0 @@
|
|||
from typing import Any
|
||||
from typing import Optional
|
||||
|
||||
from . import Markup
|
||||
|
||||
def escape(s: Any) -> Markup: ...
|
||||
def escape_silent(s: Optional[Any]) -> Markup: ...
|
||||
def soft_str(s: Any) -> str: ...
|
||||
def soft_unicode(s: Any) -> str: ...
|
Loading…
Add table
Add a link
Reference in a new issue