mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Never explicitly inherit from object in Python 3-only stubs (#6777)
This commit is contained in:
@@ -17,7 +17,7 @@ class TextTestResult(unittest.result.TestResult):
|
||||
def printErrors(self) -> None: ...
|
||||
def printErrorList(self, flavour: str, errors: tuple[unittest.case.TestCase, str]) -> None: ...
|
||||
|
||||
class TextTestRunner(object):
|
||||
class TextTestRunner:
|
||||
resultclass: _ResultClassType
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user