mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fixing flake8 E251 errors
This commit is contained in:
@@ -63,7 +63,7 @@ class JSONDecoder(object):
|
||||
strict: bool = ...,
|
||||
object_pairs_hook: Callable[..., Any] = ...) -> None: ...
|
||||
|
||||
def decode(self, s: Union[Text, bytes], _w = ...) -> Any: ...
|
||||
def decode(self, s: Union[Text, bytes], _w: Any = ...) -> Any: ...
|
||||
|
||||
def raw_decode(self,
|
||||
s: Union[Text, bytes],
|
||||
|
||||
Reference in New Issue
Block a user