mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Never explicitly inherit from object in Python 3-only stubs (#6777)
This commit is contained in:
@@ -70,7 +70,7 @@ def ndiff(
|
||||
a: Sequence[str], b: Sequence[str], linejunk: _JunkCallback | None = ..., charjunk: _JunkCallback | None = ...
|
||||
) -> Iterator[str]: ...
|
||||
|
||||
class HtmlDiff(object):
|
||||
class HtmlDiff:
|
||||
def __init__(
|
||||
self,
|
||||
tabsize: int = ...,
|
||||
|
||||
Reference in New Issue
Block a user