pyserial: serial: serialutil.pyi: fix excuslive float -> bool (#12035)

This commit is contained in:
JP Hutchins
2024-05-26 02:41:44 -07:00
committed by GitHub
parent a83f02c2d9
commit 9e3fdf4da9

View File

@@ -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: