mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Remove object as the only ancestor for classes in Python 3 stubs.
This commit is contained in:
committed by
Łukasz Langa
parent
efdf2f1b17
commit
4cd137189a
@@ -47,7 +47,7 @@ def ndiff(a: Sequence[str], b: Sequence[str],
|
||||
charjunk: Callable[[str], bool] = ...
|
||||
) -> Iterator[str]: ...
|
||||
|
||||
class HtmlDiff(object):
|
||||
class HtmlDiff:
|
||||
def __init__(self, tabsize: int = ..., wrapcolumn: int = ...,
|
||||
linejunk: Callable[[str], bool] = ...,
|
||||
charjunk: Callable[[str], bool] = ...
|
||||
|
||||
Reference in New Issue
Block a user