Remove object as the only ancestor for classes in Python 3 stubs.

This commit is contained in:
Semyon Proshev
2017-03-17 19:19:12 +03:00
committed by Łukasz Langa
parent efdf2f1b17
commit 4cd137189a
8 changed files with 12 additions and 12 deletions

View File

@@ -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] = ...