mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
pyserial: serial: serialutil.pyi: fix excuslive float -> bool (#12035)
This commit is contained in:
@@ -62,7 +62,7 @@ class SerialBase(io.RawIOBase):
|
||||
write_timeout: float | None = None,
|
||||
dsrdtr: bool = False,
|
||||
inter_byte_timeout: float | None = None,
|
||||
exclusive: float | None = None,
|
||||
exclusive: bool | None = None,
|
||||
) -> None: ...
|
||||
|
||||
# Return type:
|
||||
|
||||
Reference in New Issue
Block a user