mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 21:32:12 +08:00
Fixing flake8 E261 errors
This commit is contained in:
@@ -32,7 +32,7 @@ def dump(obj: Any,
|
||||
**kwds: Any) -> None: ...
|
||||
|
||||
def loads(s: str,
|
||||
encoding: Any = ..., # ignored and deprecated
|
||||
encoding: Any = ..., # ignored and deprecated
|
||||
cls: Any = ...,
|
||||
object_hook: Optional[Callable[[Dict], Any]] = ...,
|
||||
parse_float: Optional[Callable[[str], Any]] = ...,
|
||||
|
||||
Reference in New Issue
Block a user