mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -69,6 +69,7 @@ _BytesToBytesEncodingT = Literal[
|
||||
"zlib",
|
||||
"zlib_codec",
|
||||
]
|
||||
|
||||
@overload
|
||||
def encode(obj: bytes, encoding: _BytesToBytesEncodingT, errors: str = ...) -> bytes: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user