mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -3,6 +3,7 @@ from typing import Any, Dict, Generic, Iterable, List, Mapping, Optional, Tuple,
|
||||
|
||||
_DataType = Union[str, Mapping[str, Union[str, Morsel[Any]]]]
|
||||
_T = TypeVar("_T")
|
||||
|
||||
@overload
|
||||
def _quote(str: None) -> None: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user