mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
fix the __init__ of several C-classes (#13211)
This commit is contained in:
@@ -66,7 +66,6 @@ class Pickler:
|
||||
self,
|
||||
file: SupportsWrite[bytes],
|
||||
protocol: int | None = None,
|
||||
*,
|
||||
fix_imports: bool = True,
|
||||
buffer_callback: _BufferCallback = None,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user