From ca4e9ddf3c6c207c622bef15d424765bb449d1dc Mon Sep 17 00:00:00 2001 From: phil-shenk Date: Sun, 26 Jul 2020 21:48:15 -0400 Subject: [PATCH] removed comma on line 113 in i2c_device.py --- adafruit_bus_device/i2c_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_bus_device/i2c_device.py b/adafruit_bus_device/i2c_device.py index 2e9d3b7..220d98d 100644 --- a/adafruit_bus_device/i2c_device.py +++ b/adafruit_bus_device/i2c_device.py @@ -110,7 +110,7 @@ def write_then_readinto( out_start=0, out_end=None, in_start=0, - in_end=None, + in_end=None ): """ Write the bytes from ``out_buffer`` to the device, then immediately