Skip to content

Commit ba5431e

Browse files
authored
Merge pull request #670 from numpy/gh-289
2 parents 0a9f0aa + e2f381b commit ba5431e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/numpy-stubs/testing/__init__.pyi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from unittest import TestCase as _TestCase
1+
from unittest import TestCase
22

33
from . import overrides
44
from ._private.utils import (
@@ -104,7 +104,3 @@ __all__ = [
104104
"temppath",
105105
"verbose",
106106
]
107-
108-
# workaround for incorrect typeshed definition
109-
class TestCase(_TestCase):
110-
def __init_subclass__(cls, *args: object, **kwargs: object) -> None: ...

0 commit comments

Comments
 (0)