Change timeout default value to float
This commit is contained in:
parent
ceb92a6121
commit
6542aa5dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ class GPS_GtopI2C(GPS):
|
|||
*,
|
||||
address: int = _GPSI2C_DEFAULT_ADDRESS,
|
||||
debug: bool = False,
|
||||
timeout: float = 5,
|
||||
timeout: float = 5.0,
|
||||
) -> None:
|
||||
from adafruit_bus_device import ( # pylint: disable=import-outside-toplevel
|
||||
i2c_device,
|
||||
|
|
|
|||
Loading…
Reference in a new issue