We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
None
1 parent 19a9e48 commit 32dff03Copy full SHA for 32dff03
stubs/sklearn/utils/_metadata_requests.pyi
@@ -70,7 +70,7 @@ class RequestMethod:
70
def __get__(self, instance, owner): ...
71
72
class _MetadataRequester:
73
- def __init_subclass__(cls, **kwargs): ...
+ def __init_subclass__(cls, **kwargs) -> None: ...
74
def get_metadata_routing(self) -> MetadataRequest: ...
75
# This code is never run in runtime, but it's here for type checking.
76
# Type checkers fail to understand that the `set_{method}_request`
0 commit comments