mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 09:48:40 +08:00
Third-party stubs: audit more Callable[<parameters>, Any] annotations (#8233)
This commit is contained in:
@@ -77,7 +77,7 @@ class AWSXRayRecorder:
|
||||
kwargs: dict[str, Any],
|
||||
name: str,
|
||||
namespace: str,
|
||||
meta_processor: Callable[..., Any],
|
||||
meta_processor: Callable[..., object],
|
||||
) -> Any: ...
|
||||
@property
|
||||
def enabled(self) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user